Skip to content

Commit

Permalink
auto merge of #12159 : alexcrichton/rust/move-fourcc, r=kballard
Browse files Browse the repository at this point in the history
It depends on libsyntax, which is a host crate, so it can't be in the target
crates section.
  • Loading branch information
bors committed Feb 11, 2014
2 parents 19f64b3 + e257011 commit 3794d68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mk/crates.mk
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
################################################################################

TARGET_CRATES := std extra green rustuv native flate arena glob term semver \
uuid serialize sync getopts collections fourcc
HOST_CRATES := syntax rustc rustdoc
uuid serialize sync getopts collections
HOST_CRATES := syntax rustc rustdoc fourcc
CRATES := $(TARGET_CRATES) $(HOST_CRATES)
TOOLS := compiletest rustdoc rustc

Expand Down

0 comments on commit 3794d68

Please sign in to comment.