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:
authorTon Roosendaal <ton@blender.org>2004-07-28 13:31:36 +0400
committerTon Roosendaal <ton@blender.org>2004-07-28 13:31:36 +0400
commitfc362f9538480bf737e2e5ef2f9b1df0a2eeb628 (patch)
treecd1ae3b637b249104e744c8fff0494451a716c5b /source/nan_link.mk
parent09dc9c4066c1fa68334a05c5e0e4df72476779d5 (diff)
Added framework OpenGL to link path, to enable the video memory check
in osx ghost now.
Diffstat (limited to 'source/nan_link.mk')
-rw-r--r--source/nan_link.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/nan_link.mk b/source/nan_link.mk
index 7f741ffad20..d9fb9cb70a3 100644
--- a/source/nan_link.mk
+++ b/source/nan_link.mk
@@ -57,7 +57,7 @@ endif
ifeq ($(OS),darwin)
LLIBS += -lGLU -lGL
- LLIBS += -lz -framework Carbon -framework AGL
+ LLIBS += -lz -framework Carbon -framework AGL -framework OpenGL
LLIBS += -framework QuickTime -framework CoreAudio
LLIBS += -framework AudioUnit -framework AudioToolbox
LDFLAGS += -L/System/Library/Frameworks/OpenGL.framework/Libraries