We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a12c131 commit c70c742Copy full SHA for c70c742
build.xml
@@ -70,10 +70,11 @@ questions.
70
<arg value="${ant.project.name}/${folder.classes}/com/oracle/appbundler/JavaAppLauncher"/>
71
<arg value="-framework"/>
72
<arg value="Cocoa"/>
73
- <arg value="-F"/>
74
- <arg value="${env.JAVA_HOME}/../.."/>
75
- <arg value="-m64"/>
76
- <arg value="-std=c99"/>
+ <arg value="-arch"/>
+ <arg value="x86_64"/>
+ <arg value="-isysroot"/>
+ <arg value="/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk"/>
77
+ <arg value="-mmacosx-version-min=10.7"/>
78
<arg value="appbundler/native/main.m"/>
79
</exec>
80
</target>
0 commit comments