diff options
author | John Hodge <tpg@mutabah.net> | 2017-08-19 22:13:14 +0800 |
---|---|---|
committer | John Hodge <tpg@mutabah.net> | 2017-08-19 22:13:14 +0800 |
commit | 1f43a2f620521b7324923912228cf4bf13624bd0 (patch) | |
tree | 5565f0261afa0cb1437a9257cd1a7645d1720474 /tools/minicargo/manifest.h | |
parent | 1b66d3257daf5dfb18128e5aaebb43568925587b (diff) | |
download | mrust-1f43a2f620521b7324923912228cf4bf13624bd0.tar.gz |
minicargo - Output redirection (windows)
Diffstat (limited to 'tools/minicargo/manifest.h')
-rw-r--r-- | tools/minicargo/manifest.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/minicargo/manifest.h b/tools/minicargo/manifest.h index 7bbcfa9c..108a8d2b 100644 --- a/tools/minicargo/manifest.h +++ b/tools/minicargo/manifest.h @@ -109,7 +109,7 @@ class PackageManifest PackageManifest(); public: static PackageManifest load_from_toml(const ::std::string& path); - void build_lib() const; + bool build_lib() const; const ::std::vector<PackageRef>& dependencies() const { return m_dependencies; |