From e25701132c184dbf419ce0333b5612de7af4689e Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Mon, 10 Feb 2014 11:51:06 -0800 Subject: [PATCH] Move fourcc to HOST_CRATES It depends on libsyntax, which is a host crate, so it can't be in the target crates section. --- mk/crates.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mk/crates.mk b/mk/crates.mk index 81b2b390fa4..b66aa9c5f25 100644 --- a/mk/crates.mk +++ b/mk/crates.mk @@ -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