and the other FreeBSD python locations.
This commit is contained in:
@@ -38,7 +38,12 @@ include nan_compile.mk
|
||||
|
||||
CCFLAGS += $(LEVEL_1_CPP_WARNINGS)
|
||||
|
||||
CPPFLAGS += -I$(NAN_PYTHON)/include/python$(NAN_PYTHON_VERSION)
|
||||
ifeq ($(OS),$(findstring $(OS), "freebsd"))
|
||||
CPPFLAGS += -I$(NAN_PYTHON)$(NAN_PYTHON_VERSION)
|
||||
else
|
||||
CPPFLAGS += -I$(NAN_PYTHON)/include/python$(NAN_PYTHON_VERSION)
|
||||
endif
|
||||
|
||||
CPPFLAGS += -I$(NAN_STRING)/include
|
||||
CPPFLAGS += -I../../Expressions
|
||||
CPPFLAGS += -I../../GameLogic
|
||||
|
Reference in New Issue
Block a user