Actually allow it

This commit is contained in:
Lior Halphon 2020-04-29 20:54:28 +03:00
parent 03ea6dc708
commit 0f73282e4e
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ endif
ifeq ($(PLATFORM),Darwin)
SYSROOT := $(shell xcodebuild -sdk macosx -version Path 2> $(NULL))
ifeq ($(SYSROOT),)
SYSROOT := $(shell ls /Library/Developer/CommandLineTools/SDKs/ | grep 10 | tail -n 1)
SYSROOT := /Library/Developer/CommandLineTools/SDKs/$(shell ls /Library/Developer/CommandLineTools/SDKs/ | grep 10 | tail -n 1)
endif
ifeq ($(SYSROOT),)
$(error Could not find a macOS SDK)