Skip to content

Commit

Permalink
Fix for Xcode 12 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
vit9696 committed Dec 2, 2020
1 parent 2edaf32 commit 919a08e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Dependencies/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ list_packages() {

DEBUG=false
MMAC_VER_MIN=10.6
MAC_SDK=10.10
MAC_SDK=
MAC_MIN_VER=1060
APPLE_ARCH=()
MIOS_VER_MIN=8.0
Expand Down Expand Up @@ -732,10 +732,6 @@ case $(getHost) in
#msg "Search succeeded with ${MAC_SDK} SDK"
fi

if [ "${MAC_SDK}" == "" ]; then
error_out "No installed MacOSX SDK found, cannot continue"
fi

if [ "${MAC_SDK}" == "10.6" ]; then
warn "Using outdated 10.6 SDK, packages like SDL2 will not build"
fi
Expand Down

0 comments on commit 919a08e

Please sign in to comment.