and the other FreeBSD python locations.

This commit is contained in:
Hans Lambermont
2003-01-04 01:41:19 +00:00
parent 4a42823155
commit 302399b9d0
15 changed files with 85 additions and 15 deletions

View File

@@ -44,7 +44,11 @@ CFLAGS += $(LEVEL_1_C_WARNINGS)
# OpenGL and Python
CPPFLAGS += -I$(OPENGL_HEADERS)
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_GUARDEDALLOC)/include
# Reference to the types in makesdna and imbuf