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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2009-06-18 23:25:58 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2009-06-18 23:25:58 +0400
commit89d2559e6dbde26acdd45e3fe9d6eff2c62d98c0 (patch)
treeb7c806925ce3cc07283f8c210554c33e626cf4a2 /source/blender/python/intern/Makefile
parent025b6dcbc3f6303e051354cbfb694ee810934979 (diff)
2.5
* Update cmake and makefiles to link python generic. * Fix game engine building for cmake and makefiles. * Fix compile error with py 3.x, due to 2.x compat fix.
Diffstat (limited to 'source/blender/python/intern/Makefile')
-rw-r--r--source/blender/python/intern/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/python/intern/Makefile b/source/blender/python/intern/Makefile
index 3e28f5aac31..0c4a540a4bd 100644
--- a/source/blender/python/intern/Makefile
+++ b/source/blender/python/intern/Makefile
@@ -37,6 +37,7 @@ CFLAGS += $(LEVEL_1_C_WARNINGS)
# OpenGL and Python
CPPFLAGS += $(OGL_CPPFLAGS)
+CPPFLAGS += -I$(NAN_GLEW)/include
CPPFLAGS += -I$(NAN_PYTHON)/include/python$(NAN_PYTHON_VERSION)
# PreProcessor stuff