Avoid writing to file in emsdk_env.csh / emsdk_env.sh (#544)
This is an alternative fix for https://github.com/emscripten-core/emscripten/issues/9090 which recently came up again after #539. Tested with bash, tcsh and fish.
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -9,9 +9,8 @@ __pycache__
|
||||
/.emscripten_sanity
|
||||
/.emscripten_sanity_wasm
|
||||
|
||||
# Auto-generated by `active`
|
||||
# Auto-generated by emsdk.py under windows by `construct_env` or `activate`
|
||||
/emsdk_set_env.bat
|
||||
/emsdk_set_env.sh
|
||||
|
||||
# Tags files that get generated at runtime
|
||||
/emscripten-releases-tot.txt
|
||||
|
||||
Reference in New Issue
Block a user