Skip to content

Commit e85b3d8

Browse files
committed
Auto merge of #29195 - alexcrichton:fix-windows-dist, r=brson
These were accidentally placed into the wrong package (std) when they should have been in the main package (rustc) Closes #29195
2 parents e7b2052 + 510c3c0 commit e85b3d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mk/dist.mk

+2-2
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ dist/$$(PKG_NAME)-$(1).tar.gz: dist-install-dir-$(1)-host prepare-overlay-$(1)
157157
ifeq ($(2),i686-pc-windows-gnu)
158158
$$(Q)rm -Rf tmp/dist/win-rust-gcc-$(2)
159159
$$(Q)$$(CFG_PYTHON) $$(S)src/etc/make-win-dist.py \
160-
tmp/dist/$$(STD_PKG_NAME)-$(2)-image \
160+
tmp/dist/$$(PKG_NAME)-$(2)-image \
161161
tmp/dist/win-rust-gcc-$(2) $(2)
162162
endif
163163
# On 32-bit MinGW we're always including a DLL which needs some extra licenses
@@ -168,7 +168,7 @@ endif
168168
ifdef CFG_WINDOWSY_$(2)
169169
ifeq ($$(findstring $(2),gnu),gnu)
170170
$$(Q)cp -r $$(S)src/etc/third-party \
171-
tmp/dist/$$(STD_PKG_NAME)-$(2)-image/share/doc/
171+
tmp/dist/$$(PKG_NAME)-$(2)-image/share/doc/
172172
endif
173173
endif
174174
$$(Q)$$(S)src/rust-installer/gen-installer.sh \

0 commit comments

Comments
 (0)