Skip to content

Commit 8634c23

Browse files
committed
Fix a couple paths in the dist target.
1 parent 9356de2 commit 8634c23

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

mk/dist.mk

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ PKG_NSI = $(S)src/etc/pkg/rust.nsi
1313
PKG_EXE = $(PKG_DIR)-install.exe
1414
endif
1515

16-
PKG_3RDPARTY := rt/valgrind.h rt/memcheck.h \
16+
PKG_3RDPARTY := rt/vg/valgrind.h rt/vg/memcheck.h \
1717
rt/isaac/rand.h rt/isaac/standard.h \
1818
rt/uthash/uthash.h rt/uthash/utlist.h \
1919
rt/bigint/bigint.h rt/bigint/bigint_int.cpp \
@@ -39,7 +39,9 @@ PKG_FILES = \
3939
$(RUNTIME_CS) $(RUNTIME_HDR) \
4040
$(RUNTIME_S) \
4141
rt/rustrt.def.in \
42-
rt/intrinsics/intrinsics.ll.in \
42+
rt/intrinsics/intrinsics.i386.ll.in \
43+
rt/intrinsics/intrinsics.x86_64.ll.in \
44+
rt/intrinsics/intrinsics.cpp \
4345
$(RUSTLLVM_LIB_CS) $(RUSTLLVM_OBJS_CS) \
4446
$(RUSTLLVM_HDR) \
4547
rustllvm/rustllvm.def.in \

0 commit comments

Comments
 (0)