Skip to content

Commit 987185a

Browse files
committed
Updated build.xml for macosx 10.9
1 parent 22c7cff commit 987185a

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

build.xml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,14 @@ or visit www.oracle.com if you need additional information or have any
2525
questions.
2626
-->
2727

28+
<!--
29+
On macosx the JAVA_HOME env variable may be set with the
30+
following command:
31+
32+
export JAVA_HOME=$(/usr/libexec/java_home)
33+
34+
-->
35+
2836
<project name="appbundler" default="package">
2937
<property environment="env"/>
3038
<property file="build.properties"/>
@@ -73,7 +81,7 @@ questions.
7381
<arg value="-arch"/>
7482
<arg value="x86_64"/>
7583
<arg value="-isysroot"/>
76-
<arg value="/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk"/>
84+
<arg value="/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk"/>
7785
<arg value="-mmacosx-version-min=10.8"/>
7886
<arg value="appbundler/native/main.m"/>
7987
</exec>

0 commit comments

Comments
 (0)