Skip to content

Commit 3794d68

Browse files
committed
auto merge of #12159 : alexcrichton/rust/move-fourcc, r=kballard
It depends on libsyntax, which is a host crate, so it can't be in the target crates section.
2 parents 19f64b3 + e257011 commit 3794d68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mk/crates.mk

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@
5050
################################################################################
5151

5252
TARGET_CRATES := std extra green rustuv native flate arena glob term semver \
53-
uuid serialize sync getopts collections fourcc
54-
HOST_CRATES := syntax rustc rustdoc
53+
uuid serialize sync getopts collections
54+
HOST_CRATES := syntax rustc rustdoc fourcc
5555
CRATES := $(TARGET_CRATES) $(HOST_CRATES)
5656
TOOLS := compiletest rustdoc rustc
5757

0 commit comments

Comments
 (0)