We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9356de2 commit 8634c23Copy full SHA for 8634c23
mk/dist.mk
@@ -13,7 +13,7 @@ PKG_NSI = $(S)src/etc/pkg/rust.nsi
13
PKG_EXE = $(PKG_DIR)-install.exe
14
endif
15
16
-PKG_3RDPARTY := rt/valgrind.h rt/memcheck.h \
+PKG_3RDPARTY := rt/vg/valgrind.h rt/vg/memcheck.h \
17
rt/isaac/rand.h rt/isaac/standard.h \
18
rt/uthash/uthash.h rt/uthash/utlist.h \
19
rt/bigint/bigint.h rt/bigint/bigint_int.cpp \
@@ -39,7 +39,9 @@ PKG_FILES = \
39
$(RUNTIME_CS) $(RUNTIME_HDR) \
40
$(RUNTIME_S) \
41
rt/rustrt.def.in \
42
- rt/intrinsics/intrinsics.ll.in \
+ rt/intrinsics/intrinsics.i386.ll.in \
43
+ rt/intrinsics/intrinsics.x86_64.ll.in \
44
+ rt/intrinsics/intrinsics.cpp \
45
$(RUSTLLVM_LIB_CS) $(RUSTLLVM_OBJS_CS) \
46
$(RUSTLLVM_HDR) \
47
rustllvm/rustllvm.def.in \
0 commit comments