Skip to content

Commit

Permalink
mk: Start producing binary tarballs on windows
Browse files Browse the repository at this point in the history
We may use these for creating combined rust/cargo installers
  • Loading branch information
brson committed Sep 29, 2014
1 parent e0bd16c commit 0f75b29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mk/dist.mk
Expand Up @@ -283,7 +283,7 @@ distcheck-docs: dist-docs

ifdef CFG_WINDOWSY_$(CFG_BUILD)

dist: dist-win
dist: dist-win dist-tar-bins

distcheck: distcheck-win
$(Q)rm -Rf tmp/distcheck
Expand Down

0 comments on commit 0f75b29

Please sign in to comment.