mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
macOS by default doesn't have the requisite CLI tools to make a default value easy. Plus Tools/wasm/wasi takes care of setting HOSTRUNNER.
5 lines
186 B
ReStructuredText
5 lines
186 B
ReStructuredText
When cross-compiling for WASI, require that the HOSTRUNNER environment
|
|
variable be explicitly set.
|
|
|
|
This was needed as macOS lacks the appropriate CLI tools to set a reasonable
|
|
default.
|