Skip to content

Commit

Permalink
appveyor with more build options and binaries wbhart#280
Browse files Browse the repository at this point in the history
  • Loading branch information
GitMensch committed Oct 1, 2019
1 parent cc18b84 commit 5a551f3
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .appveyor_msys_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,14 @@ case "$LIBRARY" in
"shared") CONFIGURE_FLAGS="--disable-static --enable-shared";;
esac
case "$FEATURE" in
*GMP*) CONFIGURE_FLAGS="$CONFIGURE_FLAGS --enable-gmpcompat";;
MODE="$MODE-gmp";;
*GMP*) CONFIGURE_FLAGS="$CONFIGURE_FLAGS --enable-gmpcompat"
MODE="$MODE-gmp"
;;
esac
case "$FEATURE" in
*CXX*) CONFIGURE_FLAGS="$CONFIGURE_FLAGS --enable-cxx"
MODE="$MODE-cxx";;
MODE="$MODE-cxx"
;;
esac

echo && echo build: ./configure ABI=$ABI $CONFIGURE_FLAGS
Expand Down

0 comments on commit 5a551f3

Please sign in to comment.