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
path: root/source
diff options
context:
space:
mode:
authorHans Lambermont <hans@lambermont.dyndns.org>2003-01-04 03:40:47 +0300
committerHans Lambermont <hans@lambermont.dyndns.org>2003-01-04 03:40:47 +0300
commit4a4282315546e1e57dca0566a0411f4236ea8390 (patch)
tree2c5fff5e0dc9c3f045a2516b27f391889b0c9ef8 /source
parent7ff3f0553f9c816fd9a7982b0f58dc87c89157ee (diff)
another FreeBSD python location change
Diffstat (limited to 'source')
-rw-r--r--source/blender/src/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/source/blender/src/Makefile b/source/blender/src/Makefile
index 5f233970c2d..bf4ad12affa 100644
--- a/source/blender/src/Makefile
+++ b/source/blender/src/Makefile
@@ -57,7 +57,11 @@ endif
# PreProcessor stuff ------------------------------------------
CPPFLAGS += -I$(OPENGL_HEADERS)
-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_GHOST)/include
CPPFLAGS += -I$(NAN_BMFONT)/include