aboutsummaryrefslogtreecommitdiffstats
path: root/make/build-nativewindow.xml
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2012-01-09 14:11:18 +0100
committerSven Gothel <[email protected]>2012-01-09 14:11:18 +0100
commit99a3c076c3f9fce4870efdb435625f334f9d1b4e (patch)
tree86305332f7a8ba9f918984f49d4dfccbdfff8a6a /make/build-nativewindow.xml
parente702a9401d4564c970ddda71116d14d7661dd048 (diff)
OSX 10.6 build fix: '-F <frameworkdir> -> -F<frameworkdir>
Diffstat (limited to 'make/build-nativewindow.xml')
-rw-r--r--make/build-nativewindow.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/make/build-nativewindow.xml b/make/build-nativewindow.xml
index 98cd0befc..b6343fec8 100644
--- a/make/build-nativewindow.xml
+++ b/make/build-nativewindow.xml
@@ -458,8 +458,7 @@
<linkerarg value="Cocoa" />
<linkerarg value="-framework" />
<linkerarg value="JavaNativeFoundation" />
- <linkerarg value="-F" />
- <linkerarg value="${java.osx.frameworks.dir}" />
+ <linkerarg value="-F${java.osx.frameworks.dir}" />
</linker>
<linker id="linker.cfg.hpux.nativewindow" extends="linker.cfg.hpux">