|
@ -21,9 +21,9 @@ LDLIBS=-lstdc++ -lpEpEngine -lpEpAdapter |
|
|
|
|
|
|
|
|
######### C++ #########
|
|
|
######### C++ #########
|
|
|
ifeq ($(BUILD_FOR),Linux) |
|
|
ifeq ($(BUILD_FOR),Linux) |
|
|
CXX=g++ -std=c++14 |
|
|
CXX=g++ -std=c++11 |
|
|
else ifeq ($(BUILD_FOR),Darwin) |
|
|
else ifeq ($(BUILD_FOR),Darwin) |
|
|
CXX=clang -std=c++14 |
|
|
CXX=clang -std=c++11 |
|
|
endif |
|
|
endif |
|
|
|
|
|
|
|
|
ifeq ($(BUILD_FOR),Linux) |
|
|
ifeq ($(BUILD_FOR),Linux) |
|
|