Commit b70be1e9 authored by Isuru Fernando's avatar Isuru Fernando
Browse files

Fix setting SDKROOT

parent b4b38f4b
......@@ -13,7 +13,7 @@ if [ "$PLAT" == "arm64" ] || [ "$PLAT" == "universal2" ]; then
exit 1
fi
fi
export SDKROOT=${SDKROOT:-$(xcrun -show-sdk-path)}
export SDKROOT=${SDKROOT:-$(xcrun --sdk macosx --show-sdk-path)}
fi
# Get needed utilities
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment