Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Lambermont <hans@lambermont.dyndns.org>2003-01-04 04:41:19 +0300
committerHans Lambermont <hans@lambermont.dyndns.org>2003-01-04 04:41:19 +0300
commit302399b9d0a91e0dbe05e66975c9171085595f87 (patch)
treee770b2d355799dde447cd2a9bd676a48bbf14426 /source/gameengine/Physics/Dummy/Makefile
parent4a4282315546e1e57dca0566a0411f4236ea8390 (diff)
and the other FreeBSD python locations.
Diffstat (limited to 'source/gameengine/Physics/Dummy/Makefile')
-rw-r--r--source/gameengine/Physics/Dummy/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/source/gameengine/Physics/Dummy/Makefile b/source/gameengine/Physics/Dummy/Makefile
index 4ef37cf97ce..5defd6f3c4c 100644
--- a/source/gameengine/Physics/Dummy/Makefile
+++ b/source/gameengine/Physics/Dummy/Makefile
@@ -40,7 +40,12 @@ CCFLAGS += $(LEVEL_1_CPP_WARNINGS)
CPPFLAGS += -I$(OPENGL_HEADERS)
CPPFLAGS += -I$(NAN_STRING)/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
+
CPPFLAGS += -I$(NAN_FUZZICS)/include -I$(NAN_SUMO)/include -I$(NAN_MOTO)/include
CPPFLAGS += -I$(NAN_GUARDEDALLOC)/include
CPPFLAGS += -I../../Physics/common