Skip to content

Commit

Permalink
ensure windows is fully built
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Dickey committed May 4, 2016
1 parent ccc1af5 commit e13c8e7
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 @@ -155,7 +155,7 @@ $(CACHE_DIR)/git/Git-%.exe:
@mkdir -p $(CACHE_DIR)/git
curl -fsSLo $@ https://cli-assets.heroku.com/git/Git-$*.exe

$(DIST_DIR)/$(VERSION)/heroku-windows-%.exe: tmp/windows-%/heroku/VERSION $(CACHE_DIR)/git/Git-2.8.1-32-bit.exe $(CACHE_DIR)/git/Git-2.8.1-64-bit.exe
$(DIST_DIR)/$(VERSION)/heroku-windows-%.exe: tmp/windows-% $(CACHE_DIR)/git/Git-2.8.1-32-bit.exe $(CACHE_DIR)/git/Git-2.8.1-64-bit.exe
@mkdir -p $(@D)
rm -rf tmp/windows-$*-installer
cp -r tmp/windows-$* tmp/windows-$*-installer
Expand Down

0 comments on commit e13c8e7

Please sign in to comment.