From 1b726ba0805236f0253c6fc7ac3de24ba88c2cd0 Mon Sep 17 00:00:00 2001 From: Hans Lambermont Date: Wed, 2 Jul 2003 18:51:37 +0000 Subject: [PATCH] OPENGL headers include path is necessary on non-linuxes --- source/blender/python/api2_2x/Makefile | 1 + 1 file changed, 1 insertion(+) 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