From 67bdf81ca9a6d73f11b6f86232c42566994def53 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sun, 7 Feb 2016 23:35:37 +0000 Subject: fix cocoa SDK awk invocation --- cocoa/Makefile.target | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cocoa/Makefile.target b/cocoa/Makefile.target index 70b6a5a4c..619a2b84f 100644 --- a/cocoa/Makefile.target +++ b/cocoa/Makefile.target @@ -22,7 +22,7 @@ endif # for timerisset() CFLAGS += -D_DARWIN_C_SOURCE -SDK_PARAM := $(shell xcodebuild -showsdks | awk '/^$/{p=0};p; /OS X SDKs:/{p=1}' | tail -1 | cut -f3) +SDK_PARAM := $(shell xcodebuild -showsdks | awk '/^$$/{p=0};p; /OS X SDKs:/{p=1}' | tail -1 | cut -f3) SDK_PATH ?= $(shell xcodebuild -version $(SDK_PARAM) Path) SDK_FLAGS := -isysroot $(SDK_PATH) -mmacosx-version-min=$(MACOSX_VERSION) CFLAGS := $(SDK_FLAGS) $(CFLAGS) -- cgit v1.2.3