More fixes for the emscripten port.

This commit is contained in:
Martín Lucas Golini
2013-11-09 13:55:44 -03:00
parent c40d8c9549
commit 0045461ec6
4 changed files with 11 additions and 3 deletions

View File

@@ -2,5 +2,7 @@
cd $(dirname "$0")
premake4 --file=../../premake4.lua --with-gles1 --with-gles2 --with-static-eepp --with-static-freetype --platform=emscripten --with-backend=SDL gmake
cd ../../make/emscripten/
#mkdir -p data
ln -sf ../../assets/ ./
sed -i 's/-rcs/rcs/g' *.make
emmake make $@