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 3
3
set ROOT_DIR = %CD%
4
4
set EMSCRIPTEN = %ROOT_DIR% \%EM_BIN_PATH% \emscripten
5
5
set 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 3
3
export ROOT_DIR=${EXT_BUILD_ROOT:- $(pwd -P)}
4
4
export EMSCRIPTEN=$ROOT_DIR /$EM_BIN_PATH /emscripten
5
5
export 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):
1041
1041
value = ctx .file .em_config .path ,
1042
1042
),
1043
1043
env_entry (
1044
- key = "EM_PYTHON_PATH " ,
1044
+ key = "EMSDK_PYTHON " ,
1045
1045
value = ctx .file ._python_interpreter .path ,
1046
1046
),
1047
1047
],
You can’t perform that action at this time.
0 commit comments