Skip to content

Commit

Permalink
Update builder flags
Browse files Browse the repository at this point in the history
  • Loading branch information
IsabelParedes committed Apr 24, 2024
1 parent 34b6d35 commit 62866e8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion recipes/recipes_emscripten/ncurses/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export BUILD_CC=$(which gcc)
echo "OOO BUILD_CC ${BUILD_CC}"
echo "OOO BUILD_CFLAGS ${BUILD_CFLAGS}"
export BUILD_CFLAGS="-Wno-sWASM_BIGINT"
export BUILD_LDFLAGS="-Wno-sWASM_BIGINT"

emconfigure ./configure \
--prefix=$PREFIX \
Expand All @@ -24,7 +25,8 @@ emconfigure ./configure \
--with-versioned-syms \
--disable-widec \
--with-build-cc=${BUILD_CC} \
--with-build-cflags=${BUILD_CFLAGS}
--with-build-cflags=${BUILD_CFLAGS} \
--with-build-ldflags=${BUILD_LDFLAGS}

echo "OOO BUILD_CFLAGS ${BUILD_CFLAGS}"

Expand Down

0 comments on commit 62866e8

Please sign in to comment.