Skip to content

Commit

Permalink
guix: add --disabled-shared to windows
Browse files Browse the repository at this point in the history
  • Loading branch information
vertiond committed Mar 31, 2022
1 parent 4021ad4 commit f84855c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contrib/guix/libexec/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ fi
CONFIGFLAGS="--enable-reduce-exports --disable-bench --disable-tests"
case "$HOST" in
*linux*) CONFIGFLAGS+=" --enable-glibc-back-compat" ;;
*mingw*) CONFIGFLAGS+=" --disable-shared" ;;
esac

# CFLAGS
Expand Down

0 comments on commit f84855c

Please sign in to comment.