We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aebe907 commit e300c6bCopy full SHA for e300c6b
.travis.yml
@@ -61,7 +61,9 @@ 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 --prefix=/usr --build=x86_64-w64-mingw32 --host=x86_64-w64-mingw32 --disable-examples --enable-https --enable-shared --enable-static;
+ ls /usr/include/ ;
65
+ ls /usr/local/include ;
66
+ ./configure --prefix=/usr --build=x86_64-w64-mingw32 --host=x86_64-w64-mingw32 --disable-examples --enable-https --enable-shared --enable-static ;
67
else
68
./configure --disable-examples;
69
fi
0 commit comments