From 291560232827cb52fe089ee253c5a033c8d57b83 Mon Sep 17 00:00:00 2001 From: JP Simard Date: Sun, 18 Jan 2015 15:25:44 -0800 Subject: [PATCH] Set DSTROOT to TEMPORARY_FOLDER in XCODEFLAGS --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 15b4ce7f55..2399acf0d2 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,9 @@ -XCODEFLAGS=-workspace 'Carthage.xcworkspace' -scheme 'carthage' - -TEMPORARY_FOLDER=/tmp/Carthage.dst +TEMPORARY_FOLDER?=/tmp/Carthage.dst PREFIX?=/usr/local BUILD_TOOL?=xcodebuild +XCODEFLAGS=-workspace 'Carthage.xcworkspace' -scheme 'carthage' DSTROOT=$(TEMPORARY_FOLDER) + BUILT_BUNDLE=$(TEMPORARY_FOLDER)/Applications/carthage.app CARTHAGEKIT_BUNDLE=$(BUILT_BUNDLE)/Contents/Frameworks/CarthageKit.framework CARTHAGE_EXECUTABLE=$(BUILT_BUNDLE)/Contents/MacOS/carthage