diff options
author | John Hodge <tpg@ucc.asn.au> | 2017-08-18 13:52:45 +0800 |
---|---|---|
committer | John Hodge <tpg@ucc.asn.au> | 2017-08-18 13:52:45 +0800 |
commit | cd0e21fb78fa4851d309e4dcd1dcab7efb29624f (patch) | |
tree | e8a6b553509677e276c892630900dd30f72d6394 | |
parent | 319e5a2afbddefd268fb58ceec5f2124bd880210 (diff) | |
download | mrust-cd0e21fb78fa4851d309e4dcd1dcab7efb29624f.tar.gz |
Makefile - Add use_std flag for liblog
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -241,6 +241,7 @@ output/libflate_build: rustc-nightly/src/libflate/build.rs $(call fcn_extcrate, ARGS_output/libstd.hir := --cfg feature=backtrace ARGS_output/librustc_llvm.hir := --cfg llvm_component=x86 --cfg cargobuild +ARGS_output/liblog.hir := --cfg feature=use_std ENV_output/librustc_llvm.hir := CFG_LLVM_LINKAGE_FILE=$(LLVM_LINKAGE_FILE) ENV_output/librustc.hir := CFG_COMPILER_HOST_TRIPLE=$(RUSTC_HOST) |