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 25, 2022
1 parent 8985258 commit 326fd0d
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 326fd0d

Please sign in to comment.