Skip to content

Commit

Permalink
build: remove shared lib build as it causes trouble on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
abdes committed Jun 23, 2020
1 parent 0677a8a commit a4ddef8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -208,9 +208,9 @@ if [ "$TARGET" == "all" ] || [ "$TARGET" == "emlib" ]; then
fi
echo "-- [emscript-libmagic] configure stage"
if [ $VERBOSE == yes ]; then
! emconfigure "$LIBMAGIC_SRC_DIR"/configure --enable-static=yes --enable-shared=yes
! emconfigure "$LIBMAGIC_SRC_DIR"/configure --enable-static=yes --enable-shared=no
else
! emconfigure "$LIBMAGIC_SRC_DIR"/configure --enable-static=yes --enable-shared=yes > /dev/null
! emconfigure "$LIBMAGIC_SRC_DIR"/configure --enable-static=yes --enable-shared=no > /dev/null
fi
if [[ ${PIPESTATUS[0]} -ne 0 ]]; then
echo "$0: failed to run configure"
Expand Down

0 comments on commit a4ddef8

Please sign in to comment.