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

@@ -71,5 +71,9 @@ ifeq ($(OS),windows)
CPPFLAGS += -I../../blender
endif
CPPFLAGS += -I$(NAN_PYTHON)/include/python$(NAN_PYTHON_VERSION)
ifeq ($(OS),freebsd)
CPPFLAGS += -I$(NAN_PYTHON)$(NAN_PYTHON_VERSION)
else
CPPFLAGS += -I$(NAN_PYTHON)/include/python$(NAN_PYTHON_VERSION)
endif