mirror of https://github.com/axmolengine/axmol.git
Adding EMCC_DEBUG=1 to debug
This commit is contained in:
parent
08b3107467
commit
8c671bd0e9
|
@ -50,7 +50,7 @@ if [ "$PLATFORM"x = "emscripten"x ]; then
|
|||
export LLVM=$HOME/bin/clang+llvm-3.2/bin
|
||||
sudo mkdir -p /Library/Fonts
|
||||
sudo cp samples/Cpp/TestCpp/Resources/fonts/arial.ttf /Library/Fonts/Arial.ttf
|
||||
make -f Makefile.emscripten -j 8
|
||||
EMCC_DEBUG=1 make -f Makefile.emscripten -j 8
|
||||
fi
|
||||
|
||||
if [ "$PLATFORM"x = "ios"x ]; then
|
||||
|
|
Loading…
Reference in New Issue