mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-11 16:50:50 -05:00
ci: Add script to repackage macOS SDKs
This commit is contained in:
Executable
+8
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
|
||||
sdkPath="$(xcrun --show-sdk-path)"
|
||||
sdkVers="$(xcrun --show-sdk-version)"
|
||||
|
||||
tar cjf "MacOSX${sdkVers}.sdk.tar.bz2" -C "${sdkPath%/*}" --no-fflags "MacOSX.sdk"
|
||||
Reference in New Issue
Block a user