[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [tor/master] Fix up the rust build script library list.



commit b0adf2fc9b079e530494328c8c1aa4528b649080
Author: Nick Mathewson <nickm@xxxxxxxxxxxxxx>
Date:   Fri Jun 22 12:04:11 2018 -0400

    Fix up the rust build script library list.
---
 src/rust/build.rs | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/rust/build.rs b/src/rust/build.rs
index 8bb9eb295..b43fbdceb 100644
--- a/src/rust/build.rs
+++ b/src/rust/build.rs
@@ -151,10 +151,13 @@ pub fn main() {
             // moving forward!
             cfg.component("tor-crypt-ops-testing");
             cfg.component("or-testing");
-            cfg.component("libtor-lock");
+            cfg.component("tor-log");
+            cfg.component("tor-lock");
+            cfg.component("tor-fdio");
             cfg.component("tor-container-testing");
             cfg.component("tor-string-testing");
             cfg.component("tor-malloc");
+            cfg.component("tor-wallclock");
             cfg.component("tor-err-testing");
             cfg.component("or-event-testing");
             cfg.component("tor-intmath-testing");



_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits