aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2016-09-23 10:08:13 +0200
committerTobias Brunner <tobias@strongswan.org>2016-09-27 09:19:34 +0200
commit8486b3b4383b16d4106a412be268b8263c1b687f (patch)
tree72db22a1c739fa5dd9d6ed925d0632596f1f4924 /scripts
parent6b3e408ba5393cb68a980c953800a1293abc77e8 (diff)
downloadstrongswan-8486b3b4383b16d4106a412be268b8263c1b687f.tar.bz2
strongswan-8486b3b4383b16d4106a412be268b8263c1b687f.tar.xz
travis: Use a more recent OS X image
Using the xcode8 image does not work currently (libcurl is not found).
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/test.sh b/scripts/test.sh
index a91086422..a43d724ba 100755
--- a/scripts/test.sh
+++ b/scripts/test.sh
@@ -96,7 +96,7 @@ osx)
export ACLOCAL_PATH=$BREW_PREFIX/opt/gettext/share/aclocal:$ACLOCAL_PATH
for pkg in openssl curl
do
- PKG_CONFIG_PATH=$BREW_PREFIX/opt/$PKG/lib/pkgconfig:$PKG_CONFIG_PATH
+ PKG_CONFIG_PATH=$BREW_PREFIX/opt/$pkg/lib/pkgconfig:$PKG_CONFIG_PATH
CPPFLAGS="-I$BREW_PREFIX/opt/$pkg/include $CPPFLAGS"
LDFLAGS="-L$BREW_PREFIX/opt/$pkg/lib $LDFLAGS"
done