diff options
author | John Hodge <tpg@mutabah.net> | 2017-01-08 18:04:15 +0800 |
---|---|---|
committer | John Hodge <tpg@mutabah.net> | 2017-01-08 18:04:15 +0800 |
commit | afd2e1f51aa63c33892a8532c04cc50c27c4ddb8 (patch) | |
tree | 21705c7d961d889888b3a97c2e27e610ee5b5fd3 | |
parent | 6f82579829f65e7921184d79158080e86f0b08e0 (diff) | |
download | mrust-afd2e1f51aa63c33892a8532c04cc50c27c4ddb8.tar.gz |
Makefile - New dependency for libserialize
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -163,7 +163,7 @@ output/liblog.hir: $(call fcn_extcrate, std $(call fn_getdeps, $(RUSTCSRC)src/li output/liballoc_system.hir: $(call fcn_extcrate, core libc) output/liballoc_jemalloc.hir: $(call fcn_extcrate, core libc) -output/libserialize.hir: $(call fcn_extcrate, std log) +output/libserialize.hir: $(call fcn_extcrate, std log rustc_i128) output/librustc_llvm.hir: $(call fcn_extcrate, std rustc_bitflags) output/librustc_errors.hir: $(call fcn_extcrate, std syntax_pos term) output/libsyntax.hir: $(call fcn_extcrate, std core serialize term libc log rustc_bitflags rustc_unicode rustc_errors syntax_pos rustc_data_structures) |