Skip to content

Commit b789c9a

Browse files
committed
Upgrade build script to make it compile on macosx 10.8
1 parent de1f086 commit b789c9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ questions.
7373
<arg value="-arch"/>
7474
<arg value="x86_64"/>
7575
<arg value="-isysroot"/>
76-
<arg value="/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk"/>
77-
<arg value="-mmacosx-version-min=10.7"/>
76+
<arg value="/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk"/>
77+
<arg value="-mmacosx-version-min=10.8"/>
7878
<arg value="appbundler/native/main.m"/>
7979
</exec>
8080
</target>

0 commit comments

Comments
 (0)