We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fc7b2a commit d435d3fCopy full SHA for d435d3f
.travis.yml
@@ -61,7 +61,7 @@ before_install:
61
- if [[ "$ARM_ARCH_DIR" != "" ]]; then
62
./configure --build `./config.guess` --host $ARM_ARCH_DIR --disable-examples;
63
elif [[ "$TRAVIS_OS_NAME" = "windows" ]]; then
64
- ./configure --disable-examples;
+ ./configure --prefix=/usr --build=x86_64-w64-mingw32 --host=x86_64-w64-mingw32 --disable-examples --enable-https --enable-shared --enable-static;
65
else
66
./configure --disable-examples;
67
fi
0 commit comments