FreeBSD can use the exact same python includes as everyone else

This commit is contained in:
2003-03-25 23:36:40 +00:00
parent d5424d2321
commit 22305bc08d
18 changed files with 18 additions and 86 deletions

View File

@@ -44,11 +44,7 @@ endif
# OpenGL and Python
CPPFLAGS += $(OGL_CPPFLAGS)
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_PYTHON)/include/python$(NAN_PYTHON_VERSION)
# zlib
ifeq ($(OS),$(findstring $(OS), "solaris windows"))