Revert "build: Surround makensis command in quotes"
This reverts commit cd39fdcae3
.
This commit is contained in:
parent
20a9e317c9
commit
f6c7cfdc3e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user