Skip to content

Commit b4e61bc

Browse files
committed
Fix dist deps
1 parent 45052e1 commit b4e61bc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

mk/dist.mk

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,17 @@ PKG_FILES := \
2121
$(S)doc \
2222
$(addprefix $(S)src/, \
2323
README.txt \
24-
cargo \
25-
rusti \
26-
rustc \
24+
libcargo \
25+
librusti \
26+
librustc \
2727
compiletest \
2828
etc \
29-
fuzzer \
29+
libfuzzer \
3030
libcore \
3131
libsyntax \
3232
libstd \
3333
rt \
34-
rustdoc \
34+
librustdoc \
3535
rustllvm \
3636
snapshots.txt \
3737
test) \

0 commit comments

Comments
 (0)