Removed redudant builds and removed -j4 to try to compile emscripten

This commit is contained in:
xawotihs
2016-06-23 21:20:12 +02:00
parent 4b3a2531a6
commit fc9a4d5431
2 changed files with 1 additions and 9 deletions

View File

@@ -56,7 +56,7 @@ if [ "$BUILD_TYPE" = "Emscripten" ]; then
mkdir build_emscripten
cd build_emscripten
emcmake cmake -DCMAKE_BUILD_TYPE=Debug ..
emmake make -j4
emmake make
cd ..
fi