Specify C++ version inn travis macosx

This commit is contained in:
Gioacchino Mazzurco 2020-06-29 17:26:45 +02:00
parent 2d01eadd56
commit e7b09ba8dd
No known key found for this signature in database
GPG Key ID: A1FBCA3872E87051

View File

@ -57,7 +57,7 @@ before_script:
- if [ $TRAVIS_OS_NAME == linux ]; then qmake; fi
- >
if [ $TRAVIS_OS_NAME == osx ]; then
qmake CONFIG+=rs_macos10.14
qmake CONFIG+=rs_macos10.14 CONFIG+=c++14
INCLUDEPATH+=$(find /usr/local/Cellar/miniupnpc/*/include | head -n 1)
QMAKE_LIBDIR+=$(find /usr/local/Cellar/miniupnpc/*/lib/ | head -n 1)
INCLUDEPATH+=$(find /usr/local/Cellar/openssl*/*/include/ | head -n 1)