File tree Expand file tree Collapse file tree 3 files changed +1
-3
lines changed
bazel/emscripten_toolchain Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 33set ROOT_DIR = %CD%
44set EMSCRIPTEN = %ROOT_DIR% \%EM_BIN_PATH% \emscripten
55set EM_CONFIG = %ROOT_DIR% \%EM_CONFIG_PATH%
6- set EMSDK_PYTHON = %ROOT_DIR% \%EM_PYTHON_PATH%
Original file line number Diff line number Diff line change 33export ROOT_DIR=${EXT_BUILD_ROOT:- $(pwd -P)}
44export EMSCRIPTEN=$ROOT_DIR /$EM_BIN_PATH /emscripten
55export EM_CONFIG=$ROOT_DIR /$EM_CONFIG_PATH
6- export EMSDK_PYTHON=$ROOT_DIR /$EM_PYTHON_PATH
Original file line number Diff line number Diff line change @@ -1041,7 +1041,7 @@ def _impl(ctx):
10411041 value = ctx .file .em_config .path ,
10421042 ),
10431043 env_entry (
1044- key = "EM_PYTHON_PATH " ,
1044+ key = "EMSDK_PYTHON " ,
10451045 value = ctx .file ._python_interpreter .path ,
10461046 ),
10471047 ],
You can’t perform that action at this time.
0 commit comments