We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 341540b commit cd39fdcCopy full SHA for cd39fdc
mk/dist.mk
@@ -43,7 +43,7 @@ lic.txt: $(S)LICENSE.txt
43
ifdef CFG_MAKENSIS
44
$(PKG_EXE): all rustc-stage3 $(PKG_NSI) $(PKG_FILES) lic.txt
45
@$(call E, makensis: $@)
46
- $(Q)$(CFG_MAKENSIS) -NOCD -V1 "-XOutFile $@" \
+ $(Q)"$(CFG_MAKENSIS)" -NOCD -V1 "-XOutFile $@" \
47
"-XLicenseData lic.txt" $<
48
$(Q)rm -f lic.txt
49
endif
0 commit comments