Skip to content

Commit

Permalink
build: add support for macOS SDK 10.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Spasi committed Sep 21, 2017
1 parent 07c7314 commit a1f0c39
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/macosx/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,12 @@
</sequential>
</macrodef>

<find-sdkroot version="10.13"/>
<find-sdkroot version="10.12"/>
<find-sdkroot version="10.11"/>
<find-sdkroot version="10.10"/>
<find-sdkroot version="10.9"/>
<fail unless="sdkroot" message="Failed to find the MacOS X SDK."/>
<fail unless="sdkroot" message="Failed to find the macOS SDK."/>

<property name="macosx-version-min" value="10.9"/>

Expand Down

0 comments on commit a1f0c39

Please sign in to comment.