Skip to content

Commit f6c7cfd

Browse files
committed
Revert "build: Surround makensis command in quotes"
This reverts commit cd39fdc.
1 parent 20a9e31 commit f6c7cfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mk/dist.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ lic.txt: $(S)LICENSE.txt
4343
ifdef CFG_MAKENSIS
4444
$(PKG_EXE): all rustc-stage3 $(PKG_NSI) $(PKG_FILES) lic.txt
4545
@$(call E, makensis: $@)
46-
$(Q)"$(CFG_MAKENSIS)" -NOCD -V1 "-XOutFile $@" \
46+
$(Q)$(CFG_MAKENSIS) -NOCD -V1 "-XOutFile $@" \
4747
"-XLicenseData lic.txt" $<
4848
$(Q)rm -f lic.txt
4949
endif

0 commit comments

Comments
 (0)