We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf19b64 commit 9c7b2afCopy full SHA for 9c7b2af
1 file changed
Tools/wasm/emscripten/__main__.py
@@ -216,7 +216,7 @@ def configure_emscripten_python(context, working_dir):
216
text=True,
217
capture_output=True,
218
)
219
- host_runner = res.stdout
+ host_runner = res.stdout.strip()
220
pkg_config_path_dir = (PREFIX_DIR / "lib/pkgconfig/").resolve()
221
env_additions = {
222
"CONFIG_SITE": config_site,
0 commit comments