Skip to content

Commit

Permalink
Move fourcc to HOST_CRATES
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
alexcrichton committed Feb 10, 2014
1 parent 838c62b commit e257011
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

5 comments on commit e257011

@bors
Copy link
Contributor

@bors bors commented on e257011 Feb 11, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from kballard
at alexcrichton@e257011

@bors
Copy link
Contributor

@bors bors commented on e257011 Feb 11, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging alexcrichton/rust/move-fourcc = e257011 into auto

@bors
Copy link
Contributor

@bors bors commented on e257011 Feb 11, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

alexcrichton/rust/move-fourcc = e257011 merged ok, testing candidate = 3794d68

@bors
Copy link
Contributor

@bors bors commented on e257011 Feb 11, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on e257011 Feb 11, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = 3794d68

Please sign in to comment.