Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions vminitd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 <PATH_TO_XCODE>\`".

.PHONY: clean
Expand Down
Loading