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 783030f commit 182c2dfCopy full SHA for 182c2df
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: c4700182408154f8e37e31f7f65115def634d118
+refs/heads/master: fcd52f5714ac191767dd89861f70c403444aad82
trunk/mk/dist.mk
@@ -40,10 +40,13 @@ lic.txt: $(S)LICENSE.txt
40
@$(call E, crlf: $@)
41
@$(Q)perl -pe 's@\r\n|\n@\r\n@go' <$< >$@
42
43
+ifdef CFG_MAKENSIS
44
$(PKG_EXE): all rustc-stage3 $(PKG_NSI) $(PKG_FILES) lic.txt
45
@$(call E, makensis: $@)
- $(Q)makensis -NOCD -V1 "-XOutFile $@" "-XLicenseData lic.txt" $<
46
+ $(Q)$(CFG_MAKENSIS) -NOCD -V1 "-XOutFile $@" \
47
+ "-XLicenseData lic.txt" $<
48
$(Q)rm -f lic.txt
49
+endif
50
51
$(PKG_TAR): $(PKG_FILES)
52
@$(call E, making dist dir)
0 commit comments