aboutsummaryrefslogtreecommitdiffstats
path: root/make/build-nativewindow.xml
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2012-01-09 15:57:45 +0100
committerSven Gothel <[email protected]>2012-01-09 15:57:45 +0100
commit4707049bf244c9a00be61e0610248f9aa1eb9490 (patch)
tree81ef4676ade939b646c9b53c973efd36d63f5d66 /make/build-nativewindow.xml
parent537f87c4ef5edbdf86772b033aea0e3281191aa3 (diff)
OSX: NW/NEWT use weak binding for Quartz and Cocoa (compatibility for 10.5)
Diffstat (limited to 'make/build-nativewindow.xml')
-rw-r--r--make/build-nativewindow.xml4
1 files changed, 2 insertions, 2 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" />