Fix compiling with clang on Travis, again

This commit is contained in:
Timothy Warren 2015-05-08 22:34:06 -04:00
parent b18e9db710
commit e5f6a9d2cb
1 changed files with 4 additions and 0 deletions

View File

@ -41,6 +41,10 @@ ifeq ($(OS),Windows_NT)
LDLIBS += -L/lib -lwsock32
endif
ifeq ($(CXX),clang++)
CXX += -std=c++11
endif
CXX += -Iinclude -I. -I/usr/local/include
ifdef $(DEV)