File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,14 @@ or visit www.oracle.com if you need additional information or have any
2525questions.
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 >
You can’t perform that action at this time.
0 commit comments