Browse Source

contrib: explicitly request macOS SDK

pull/119/head
Marvin Scholz 6 years ago
parent
commit
574699c645
  1. 2
      contrib/bootstrap

2
contrib/bootstrap

@ -219,7 +219,7 @@ check_ios_sdk()
check_macosx_sdk()
{
if [ -z "$SDKROOT" ]; then
SDKROOT=$(xcrun --show-sdk-path)
SDKROOT=$(xcrun --sdk macosx --show-sdk-path)
echo "SDKROOT not specified, assuming $SDKROOT"
fi

Loading…
Cancel
Save