Make emscripten directory world writable (#578)
Without this emscripten will default to using $HOME for the emscripten cache rather than the embedded one.
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
#!/bin/bash
|
||||
set -ex
|
||||
|
||||
sudo -u nobody `which emcc` --version
|
||||
|
||||
which asm2wasm
|
||||
which llvm-ar
|
||||
which emsdk
|
||||
|
||||
Reference in New Issue
Block a user