Skip to content

Commit

Permalink
add glib (#1051)
Browse files Browse the repository at this point in the history
* add glib

* add gettext and make

* ..

---------

Co-authored-by: Thorsten Beier <derthorstenbeier@gmail.com>
  • Loading branch information
wolfv and DerThorsten authored May 22, 2024
1 parent 82759cc commit adb39a1
Show file tree
Hide file tree
Showing 7 changed files with 10,118 additions and 0 deletions.
9 changes: 9 additions & 0 deletions recipes/recipes_emscripten/glib/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
emconfigure ./configure \
--enable-shared=no \
--enable-static=yes \
--with-threads=no \
--with-pcre=internal \
--disable-libmount \
--prefix=${PREFIX}

emmake make install
Loading

0 comments on commit adb39a1

Please sign in to comment.