6 lines
169 B
Bash
6 lines
169 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
export ROOT_DIR=`(pwd -P)`
|
||
|
|
export EMSCRIPTEN=${ROOT_DIR}/external/emscripten/emscripten
|
||
|
|
export EM_CONFIG=${ROOT_DIR}/emscripten_toolchain/emscripten_config
|