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
25
25
questions.
26
26
-->
27
27
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
+
28
36
<project name =" appbundler" default =" package" >
29
37
<property environment =" env" />
30
38
<property file =" build.properties" />
@@ -73,7 +81,7 @@ questions.
73
81
<arg value =" -arch" />
74
82
<arg value =" x86_64" />
75
83
<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" />
77
85
<arg value =" -mmacosx-version-min=10.8" />
78
86
<arg value =" appbundler/native/main.m" />
79
87
</exec >
You can’t perform that action at this time.
0 commit comments