mirror of
https://github.com/python/cpython.git
synced 2026-01-26 21:03:34 +00:00
We need to get rid of some whitespace to make this work.
This commit is contained in:
parent
cf19b6435d
commit
9c7b2af73d
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user