diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-02-03 15:05:52 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-02-03 15:05:52 +0200 |
commit | 3f32c45ea6e4406ff6a320e24fccddab467af3e4 (patch) | |
tree | eaeecc614654c6476cbfdeedab199f21f2609651 | |
parent | 9277075f1c42bbc7b1f4b1d7635c20f3a80ee565 (diff) |
Fix bug in bin module
-rw-r--r-- | build2/bin/init.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/bin/init.cxx b/build2/bin/init.cxx index 225a8a6..6cfb3f8 100644 --- a/build2/bin/init.cxx +++ b/build2/bin/init.cxx @@ -524,7 +524,7 @@ namespace build2 { auto& v (var_pool.rw (rs)); - v.insert<process_path> ("bin.rc.path"); + v.insert<process_path> ("bin.ar.path"); v.insert<process_path> ("bin.ranlib.path"); v.insert<path> ("config.bin.ar", true); |