aboutsummaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
Diffstat (limited to 'make')
-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">