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

@@ -69,9 +69,5 @@ ifeq ($(OS),windows)
CPPFLAGS += -I../../blender
endif
ifeq ($(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)