Unverified Commit 4c7a1738 authored by Isuru Fernando's avatar Isuru Fernando Committed by GitHub
Browse files

Merge pull request #395 from isuruf/sdkroot

Fix setting SDKROOT on github actions
parents b4b38f4b b70be1e9
...@@ -13,7 +13,7 @@ if [ "$PLAT" == "arm64" ] || [ "$PLAT" == "universal2" ]; then ...@@ -13,7 +13,7 @@ if [ "$PLAT" == "arm64" ] || [ "$PLAT" == "universal2" ]; then
exit 1 exit 1
fi fi
fi fi
export SDKROOT=${SDKROOT:-$(xcrun -show-sdk-path)} export SDKROOT=${SDKROOT:-$(xcrun --sdk macosx --show-sdk-path)}
fi fi
# Get needed utilities # 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