diff --git a/vminitd/Makefile b/vminitd/Makefile index 14b27c53..49aeaaa3 100644 --- a/vminitd/Makefile +++ b/vminitd/Makefile @@ -75,20 +75,6 @@ linux-sdk: swift .PHONY: macos-sdk macos-sdk: - # Consider switching back to `xcode-cltools`, when possible. - @if [ $(MACOS_MAJOR) -gt 15 ] && [ "$(MACOS_RELEASE_TYPE)" = "" ]; then \ - "$(MAKE)" xcode; \ - else \ - "$(MAKE)" xcode; \ - fi - -.PHONY: xcode-cltools -xcode-cltools: - @echo Activating Xcode Command Line Tools... - @sudo xcode-select --switch /Library/Developer/CommandLineTools - -.PHONY: xcode -xcode: @echo "Please install the latest version of Xcode 26 and set the path for the active developer directory using \`sudo xcode-select -s \`". .PHONY: clean