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

@@ -78,5 +78,10 @@ CPPFLAGS += -I../../../kernel/gen_messaging
CPPFLAGS += -I$(NAN_STRING)/include
CPPFLAGS += -I$(NAN_GHOST)/include
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