Skip to content

Commit

Permalink
sync
Browse files Browse the repository at this point in the history
  • Loading branch information
AtomicSponge committed Nov 27, 2024
1 parent 2915391 commit 6e0e775
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build_emscripten.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ cp -r ${ASSETS_DIR}/title.png ${BUILD_DIR}/${ASSETS_DIR}
cd ${BUILD_DIR}

USE_FLAGS=(
-s USE_FREETYPE=1
-s USE_VORBIS=1
-s USE_OGG=1
-s USE_LIBJPEG=1
-s USE_SDL=2
-s USE_LIBPNG=1
--use-port=freetype
--use-port=vorbis
--use-port=ogg
--use-port=libjpeg
--use-port=sdl2
--use-port=libpng
-s FULL_ES2=1
-s ASYNCIFY
-O3
Expand Down

0 comments on commit 6e0e775

Please sign in to comment.