Move fourcc to HOST_CRATES
It depends on libsyntax, which is a host crate, so it can't be in the target crates section.
This commit is contained in:
parent
838c62bb28
commit
e25701132c
@ -50,8 +50,8 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
TARGET_CRATES := std extra green rustuv native flate arena glob term semver \
|
TARGET_CRATES := std extra green rustuv native flate arena glob term semver \
|
||||||
uuid serialize sync getopts collections fourcc
|
uuid serialize sync getopts collections
|
||||||
HOST_CRATES := syntax rustc rustdoc
|
HOST_CRATES := syntax rustc rustdoc fourcc
|
||||||
CRATES := $(TARGET_CRATES) $(HOST_CRATES)
|
CRATES := $(TARGET_CRATES) $(HOST_CRATES)
|
||||||
TOOLS := compiletest rustdoc rustc
|
TOOLS := compiletest rustdoc rustc
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user