Skip to content
This repository has been archived by the owner on Dec 23, 2023. It is now read-only.

Commit

Permalink
Remove --no-use-binaries flag
Browse files Browse the repository at this point in the history
  • Loading branch information
sendyhalim authored Nov 17, 2016
1 parent 2270877 commit 557266b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ temporary_dir = /tmp/Yomu.dst
output_package_name = Yomu.pkg

bootstrap:
carthage bootstrap $(platform) --no-use-binaries
carthage bootstrap $(platform)

update:
carthage update $(platform)
Expand Down

0 comments on commit 557266b

Please sign in to comment.