Removed redudant builds and removed -j4 to try to compile emscripten
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user