Emscripten fixes.

--HG--
branch : dev
This commit is contained in:
Martín Lucas Golini
2017-08-05 05:27:06 -03:00
parent dedbd9d58a
commit eaf4fa3a81
10 changed files with 51 additions and 17 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/sh
cd $(dirname "$0")
premake4 --file=../../premake4.lua --with-gles1 --with-gles2 --with-static-eepp --with-static-freetype --platform=emscripten --with-backend=SDL gmake
premake4 --file=../../premake4.lua --with-gles1 --with-gles2 --with-static-eepp --with-static-freetype --platform=emscripten --with-backend=SDL2 gmake
cd ../../make/emscripten/
ln -sf ../../bin/assets/ ./
sed -i 's/-rcs/rcs/g' *.make
emmake make $@
emmake make -j`nproc` $@