aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-07-17 05:10:17 +0200
committerSven Gothel <[email protected]>2010-07-17 05:10:17 +0200
commit1fc1b32e67c125590bf04e766ee7eb54a6f48b83 (patch)
treebacf32835015bdf89f7c3718bba9e071cbfa4825
parent932005c606cda7ab5aed364ff8de803fdc7b852c (diff)
Fix OSX 1: Link with OpenGL library again (CGL)
-rw-r--r--make/build-jogl.xml4
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">