gh-136852: Emscripten: Fix bug in #136853 (#136909)

We need to get rid of some whitespace to make this work.
This commit is contained in:
Hood Chatham 2025-07-21 11:17:36 +02:00 committed by GitHub
parent cf19b6435d
commit 9c7b2af73d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -216,7 +216,7 @@ def configure_emscripten_python(context, working_dir):
text=True,
capture_output=True,
)
host_runner = res.stdout
host_runner = res.stdout.strip()
pkg_config_path_dir = (PREFIX_DIR / "lib/pkgconfig/").resolve()
env_additions = {
"CONFIG_SITE": config_site,