Skip to content

Commit

Permalink
revert back min osx to 10.9 as the rest of OF uses that. (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
ofTheo committed Jan 3, 2021
1 parent aee22b6 commit f08347f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apothecary/apothecary
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ if [ "$(${APOTHECARY_DIR}/ostype.sh)" == "osx" ]; then
# used when building some libs for osx
OSX_LATEST_SDK="xcrun -sdk macosx --show-sdk-version"
OSX_SDK_VER=10.15
OSX_MIN_SDK_VER=10.13
OSX_MIN_SDK_VER=10.9

# used when building for ios, the sdks you have installed are found in:
# $XCODE_DEV_ROOT/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator#.#.sdk
Expand Down

0 comments on commit f08347f

Please sign in to comment.