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-newt.xml | |
parent | 537f87c4ef5edbdf86772b033aea0e3281191aa3 (diff) |
OSX: NW/NEWT use weak binding for Quartz and Cocoa (compatibility for 10.5)
Diffstat (limited to 'make/build-newt.xml')
-rw-r--r-- | make/build-newt.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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> |