Skip to content

Commit 6be8ca9

Browse files
committed
fix carthage location?
1 parent 9bed245 commit 6be8ca9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Carthage/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CARTHAGE := /usr/local/bin/carthage
1+
CARTHAGE := $(shell which carthage)
22
CARTHAGE_PLATFORM := iOS
33
CARTHAGE_CONFIGURATION := Release
44
CARTHAGE_DIR := Carthage

0 commit comments

Comments
 (0)