We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bed245 commit 6be8ca9Copy full SHA for 6be8ca9
Tests/Carthage/Makefile
@@ -1,4 +1,4 @@
1
-CARTHAGE := /usr/local/bin/carthage
+CARTHAGE := $(shell which carthage)
2
CARTHAGE_PLATFORM := iOS
3
CARTHAGE_CONFIGURATION := Release
4
CARTHAGE_DIR := Carthage
0 commit comments