test multi os building

This commit is contained in:
R4SAS 2017-11-17 11:30:54 +03:00
parent b82bd46cec
commit c330db914b
2 changed files with 13 additions and 13 deletions

View file

@ -6,7 +6,7 @@ UPNPROOT = ${BREWROOT}/opt/miniupnpc
CXXFLAGS = -g -Wall -std=c++11 -DMAC_OSX -Wno-overloaded-virtual
INCFLAGS = -I${SSLROOT}/include -I${BOOSTROOT}/include
ifndef TRAVIS_OS_NAME
ifndef TRAVIS
CXX = clang++
endif