Skip to content

Commit

Permalink
add emscripten ports
Browse files Browse the repository at this point in the history
  • Loading branch information
VitoVan committed Apr 23, 2023
1 parent 7c7fb58 commit 84629fa
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions build.sh
Expand Up @@ -215,3 +215,23 @@ CFLAGS="$(pkg-config --cflags glib-2.0, cairo, pixman-1, fribidi, freetype2, fon
CFLAGS="$(pkg-config --cflags glib-2.0, cairo, pixman-1, fribidi, freetype2, fontconfig, expat) -s USE_PTHREADS" LDFLAGS="$(pkg-config --libs glib-2.0, cairo, pixman-1, fribidi, freetype2, fontconfig, expat) -lpthread" meson install -C _build

check_result

######################
##### build emscripten ports
######################

embuilder build sdl2 && \
embuilder build sdl2_image && \
embuilder build sdl2_image_jpg && \
embuilder build sdl2_image_png && \
embuilder build sdl2_mixer && \
embuilder build sdl2_mixer_mp3 && \
embuilder build sdl2_mixer_none && \
embuilder build sdl2_net && \
embuilder build sdl2_ttf && \
embuilder build sdl2_gfx && \
embuilder build sdl2-mt && \
embuilder build mpg123 && \
embuilder build ogg

check_result

0 comments on commit 84629fa

Please sign in to comment.