Skip to content

Commit

Permalink
build: Surround makensis command in quotes
Browse files Browse the repository at this point in the history
Quick hack - on the bots this is installed in a dir containing spaces.
  • Loading branch information
brson committed Jan 20, 2012
1 parent 341540b commit cd39fdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mk/dist.mk
Expand Up @@ -43,7 +43,7 @@ lic.txt: $(S)LICENSE.txt
ifdef CFG_MAKENSIS
$(PKG_EXE): all rustc-stage3 $(PKG_NSI) $(PKG_FILES) lic.txt
@$(call E, makensis: $@)
$(Q)$(CFG_MAKENSIS) -NOCD -V1 "-XOutFile $@" \
$(Q)"$(CFG_MAKENSIS)" -NOCD -V1 "-XOutFile $@" \
"-XLicenseData lic.txt" $<
$(Q)rm -f lic.txt
endif
Expand Down

0 comments on commit cd39fdc

Please sign in to comment.