Skip to content

Commit

Permalink
Set DSTROOT to TEMPORARY_FOLDER in XCODEFLAGS
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsim committed Jan 18, 2015
1 parent 14d7ee9 commit 2915602
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 2915602

Please sign in to comment.