Skip to content
Snippets Groups Projects
Commit 574699c6 authored by Marvin Scholz's avatar Marvin Scholz
Browse files

contrib: explicitly request macOS SDK

parent 83422fba
No related branches found
No related tags found
No related merge requests found
Pipeline #56798 passed with stages
in 25 minutes and 46 seconds
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment