diff options
author | Sven Gothel <[email protected]> | 2012-01-09 15:57:45 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-01-09 15:57:45 +0100 |
commit | 4707049bf244c9a00be61e0610248f9aa1eb9490 (patch) | |
tree | 81ef4676ade939b646c9b53c973efd36d63f5d66 /make/build-nativewindow.xml | |
parent | 537f87c4ef5edbdf86772b033aea0e3281191aa3 (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.xml | 4 |
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" /> |