aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--make/build-nativewindow.xml4
-rw-r--r--make/build-newt.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/make/build-nativewindow.xml b/make/build-nativewindow.xml
index b6343fec8..626e48d1a 100644
--- a/make/build-nativewindow.xml
+++ b/make/build-nativewindow.xml
@@ -452,9 +452,9 @@
</linker>
<linker id="linker.cfg.macosx.nativewindow" extends="linker.cfg.macosx">
- <linkerarg value="-framework" />
+ <linkerarg value="-weak_framework" />
<linkerarg value="QuartzCore" />
- <linkerarg value="-framework" />
+ <linkerarg value="-weak_framework" />
<linkerarg value="Cocoa" />
<linkerarg value="-framework" />
<linkerarg value="JavaNativeFoundation" />
diff --git a/make/build-newt.xml b/make/build-newt.xml
index e849cb3fb..a2f2aa038 100644
--- a/make/build-newt.xml
+++ b/make/build-newt.xml
@@ -311,7 +311,7 @@
</linker>
<linker id="linker.cfg.macosx.newt" extends="linker.cfg.macosx">
- <linkerarg value="-framework" />
+ <linkerarg value="-weak_framework" />
<linkerarg value="Cocoa" />
</linker>