mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-06-04 20:46:29 +03:00
Emscripten fixes.
--HG-- branch : dev
This commit is contained in:
@@ -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` $@
|
||||
|
||||
Reference in New Issue
Block a user