Skip to content

Commit

Permalink
Attempt to fix the problem with failing distcheck.
Browse files Browse the repository at this point in the history
  • Loading branch information
vharavy committed Nov 10, 2014
1 parent a30b72b commit c254957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mk/dist.mk
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ $(PKG_EXE): rust.iss modpath.iss upgrade.iss LICENSE.txt rust-logo.ico \
dist-prepare-win
$(CFG_PYTHON) $(S)src/etc/make-win-dist.py tmp/dist/win $(CFG_BUILD)
@$(call E, ISCC: $@)
$(Q)"$(CFG_ISCC)" $<
$(Q)$(CFG_ISCC) $<

$(eval $(call DEF_PREPARE,win))

Expand Down

0 comments on commit c254957

Please sign in to comment.