diff options
author | Sven Gothel <[email protected]> | 2010-07-17 05:10:17 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-07-17 05:10:17 +0200 |
commit | 1fc1b32e67c125590bf04e766ee7eb54a6f48b83 (patch) | |
tree | bacf32835015bdf89f7c3718bba9e071cbfa4825 | |
parent | 932005c606cda7ab5aed364ff8de803fdc7b852c (diff) |
Fix OSX 1: Link with OpenGL library again (CGL)
-rw-r--r-- | make/build-jogl.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make/build-jogl.xml b/make/build-jogl.xml index 74b9da089..6c1cb8e6b 100644 --- a/make/build-jogl.xml +++ b/make/build-jogl.xml @@ -1153,8 +1153,8 @@ <linker id="linker.cfg.macosx.jogl" extends="linker.cfg.macosx"> <linkerarg value="-framework" /> <linkerarg value="Cocoa" /> - <!--linkerarg value="-framework" /> - <linkerarg value="OpenGL" /--> + <linkerarg value="-framework" /> + <linkerarg value="OpenGL" /> </linker> <!--linker id="linker.cfg.macosx.jogl.cg" extends="linker.cfg.macosx.jogl"> |