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 9ba64f9 commit dc53e4aCopy full SHA for dc53e4a
refresh.template.py
@@ -786,7 +786,7 @@ def get_workspace_root(path_from_execroot: pathlib.PurePath):
786
787
# We run the emcc process with the environment variable EM_COMPILER_WRAPPER to intercept the command line arguments passed to `clang`.
788
emcc_process = subprocess.run(
789
- compile_args,
+ [emcc_driver] + compile_args[1:],
790
# MIN_PY=3.7: Replace PIPEs with capture_output.
791
stdout=subprocess.PIPE,
792
stderr=subprocess.PIPE,
0 commit comments