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-07-02 22:51:37 +0400
committerHans Lambermont <hans@lambermont.dyndns.org>2003-07-02 22:51:37 +0400
commit1b726ba0805236f0253c6fc7ac3de24ba88c2cd0 (patch)
tree2a5a8a8981f65ea17a62b9aaa97f29f3d87ca7d7 /source/blender/python/api2_2x/Makefile
parentc57b13ed78cd374eaf39fa9e13213282ce673695 (diff)
OPENGL headers include path is necessary on non-linuxes
Diffstat (limited to 'source/blender/python/api2_2x/Makefile')
-rw-r--r--source/blender/python/api2_2x/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/python/api2_2x/Makefile b/source/blender/python/api2_2x/Makefile
index 5b0e1cfef8d..e5e0eb94665 100644
--- a/source/blender/python/api2_2x/Makefile
+++ b/source/blender/python/api2_2x/Makefile
@@ -45,6 +45,7 @@ endif
CFLAGS += $(LEVEL_1_C_WARNINGS)
+CPPFLAGS += -I$(OPENGL_HEADERS)
CPPFLAGS += -I$(NAN_GUARDEDALLOC)/include
CPPFLAGS += -I../../makesdna
CPPFLAGS += -I../../blenkernel