File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -62,9 +62,9 @@ before_install:
6262 - if [ "$TRAVIS_OS_NAME" = "windows" ]; then export LDFLAGS="$LDFLAGS -L/usr/lib"; fi
6363 - if [ "$TRAVIS_OS_NAME" = "windows" ]; then export CFLAGS="$CFLAGS -I/usr/include"; fi
6464 - if [ "$TRAVIS_OS_NAME" = "windows" ]; then export CXXFLAGS="$CXXFLAGS -I/usr/include"; fi
65- - if [ "$TRAVIS_OS_NAME" = "windows" ]; then export CC="/usr /bin/gcc"; fi
66- - if [ "$TRAVIS_OS_NAME" = "windows" ]; then export CXX="/usr /bin/g++"; fi
67- - if [ "$TRAVIS_OS_NAME" = "windows" ]; then export LD="/usr /bin/ld"; fi
65+ - if [ "$TRAVIS_OS_NAME" = "windows" ]; then export CC="/mingw64 /bin/gcc"; fi
66+ - if [ "$TRAVIS_OS_NAME" = "windows" ]; then export CXX="/mingw64 /bin/g++"; fi
67+ - if [ "$TRAVIS_OS_NAME" = "windows" ]; then export LD="/mingw64 /bin/ld"; fi
6868 - if [ "$TRAVIS_OS_NAME" = "windows" ]; then cat /usr/include/gnutls/gnutls.h ; fi
6969 - curl https://s3.amazonaws.com/libhttpserver/libmicrohttpd_releases/libmicrohttpd-0.9.59.tar.gz -o libmicrohttpd-0.9.59.tar.gz
7070 - tar -xzf libmicrohttpd-0.9.59.tar.gz
You can’t perform that action at this time.
0 commit comments