Skip to content

Commit e300c6b

Browse files
authored
print content of include libraries
1 parent aebe907 commit e300c6b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,9 @@ before_install:
6161
- if [[ "$ARM_ARCH_DIR" != "" ]]; then
6262
./configure --build `./config.guess` --host $ARM_ARCH_DIR --disable-examples;
6363
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;
64+
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 ;
6567
else
6668
./configure --disable-examples;
6769
fi

0 commit comments

Comments
 (0)