Skip to content

Commit

Permalink
ci: adding '-static' to ./configure
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentnoe committed Apr 12, 2018
1 parent 7f3d087 commit fc61cc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ environment:

build_script:
- bash -lc "exec 0</dev/null && cd $APPVEYOR_BUILD_FOLDER && autoreconf"
- bash -lc "exec 0</dev/null && cd $APPVEYOR_BUILD_FOLDER && ./configure"
- bash -lc "exec 0</dev/null && cd $APPVEYOR_BUILD_FOLDER && ./configure LDFLAGS='-static'"
- bash -lc "exec 0</dev/null && cd $APPVEYOR_BUILD_FOLDER && make"
- bash -lc true

Expand Down

0 comments on commit fc61cc6

Please sign in to comment.