Makefile tweak
This commit is contained in:
parent
223805414d
commit
475966853e
7
Makefile
7
Makefile
@ -50,12 +50,7 @@ ifeq ($(OS),Windows_NT)
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(OS),Linux)
|
ifeq ($(OS),Linux)
|
||||||
CXX += -std=c++11
|
CXX += -std=c++11
|
||||||
endif
|
|
||||||
|
|
||||||
# Travis CI workaround
|
|
||||||
ifeq ($(CI),true)
|
|
||||||
CXX += -std=gnu++11
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
CXX += -Iinclude -I. -I/usr/local/include
|
CXX += -Iinclude -I. -I/usr/local/include
|
||||||
|
Loading…
Reference in New Issue
Block a user