Rename Emscripten temp directory from "/path/to/emsdk/.tmp" to "/path/to/emsdk/tmp" since otherwise make tool breaks when processing the Makefiles for test_lua. This fixes https://github.com/kripken/emscripten/issues/3779 .
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -9,7 +9,9 @@ crunch
|
||||
java
|
||||
mingw
|
||||
spidermonkey
|
||||
.emscripten
|
||||
.emscripten_cache
|
||||
.emscripten_cache__last_clear
|
||||
.emscripten_sanity
|
||||
.tmp
|
||||
tmp
|
||||
|
||||
Reference in New Issue
Block a user