Skip to content

Commit

Permalink
Set env var
Browse files Browse the repository at this point in the history
  • Loading branch information
IsabelParedes committed Jun 18, 2024
1 parent c767725 commit 7df4df0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions recipes/recipes_emscripten/fontconfig/build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
export LDFLAGS="${LDFLAGS} -sUSE_FREETYPE=1 -sUSE_PTHREADS=0"
export PTHREAD_CFLAGS=" "

export UUID_LIBS=$BUILD_PREFIX/lib/libuuid.a

# delete this file (is excluded in webr)
rm ./src/fcobjshash.h

Expand All @@ -12,8 +14,7 @@ emconfigure ../configure \
--enable-shared=no \
--enable-static=yes \
--enable-expat \
--prefix=$PREFIX \
UUID_LIBS=$BUILD_PREFIX/lib/libuuid.a
--prefix=$PREFIX

emmake make RUN_FC_CACHE_TEST=false install

Expand Down

0 comments on commit 7df4df0

Please sign in to comment.