We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9578816 commit b9530a4Copy full SHA for b9530a4
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
- [emcc_driver] + compile_args[1:],
+ compile_args,
790
# MIN_PY=3.7: Replace PIPEs with capture_output.
791
stdout=subprocess.PIPE,
792
stderr=subprocess.PIPE,
0 commit comments