Skip to content

Commit 182c2df

Browse files
committed
---
yaml --- r: 7551 b: refs/heads/master c: fcd52f5 h: refs/heads/master i: 7549: 0c83700 7547: d2162e4 7543: 33acad4 7535: 3beea15 7519: 686bcea 7487: 6a5799c 7423: 0a27d2c v: v3
1 parent 783030f commit 182c2df

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: c4700182408154f8e37e31f7f65115def634d118
2+
refs/heads/master: fcd52f5714ac191767dd89861f70c403444aad82

trunk/mk/dist.mk

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,13 @@ lic.txt: $(S)LICENSE.txt
4040
@$(call E, crlf: $@)
4141
@$(Q)perl -pe 's@\r\n|\n@\r\n@go' <$< >$@
4242

43+
ifdef CFG_MAKENSIS
4344
$(PKG_EXE): all rustc-stage3 $(PKG_NSI) $(PKG_FILES) lic.txt
4445
@$(call E, makensis: $@)
45-
$(Q)makensis -NOCD -V1 "-XOutFile $@" "-XLicenseData lic.txt" $<
46+
$(Q)$(CFG_MAKENSIS) -NOCD -V1 "-XOutFile $@" \
47+
"-XLicenseData lic.txt" $<
4648
$(Q)rm -f lic.txt
49+
endif
4750

4851
$(PKG_TAR): $(PKG_FILES)
4952
@$(call E, making dist dir)

0 commit comments

Comments
 (0)