[tor-commits] [tor/master] Use the "testing" variant of several C libraries in build.rs

nickm at torproject.org nickm at torproject.org
Wed Jul 18 20:25:53 UTC 2018


commit 0c4c5eeb55b7e1f5e3f5073ad28b90aab75ebc16
Author: Nick Mathewson <nickm at torproject.org>
Date:   Wed Jul 18 16:18:25 2018 -0400

    Use the "testing" variant of several C libraries in build.rs
---
 src/rust/build.rs | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/rust/build.rs b/src/rust/build.rs
index 2cf85b404..3c6089326 100644
--- a/src/rust/build.rs
+++ b/src/rust/build.rs
@@ -149,14 +149,14 @@ pub fn main() {
             // tor uses.  We must be careful with factoring and dependencies
             // moving forward!
             cfg.component("tor-crypt-ops-testing");
-            cfg.component("tor-sandbox");
+            cfg.component("tor-sandbox-testing");
             cfg.component("tor-encoding-testing");
-            cfg.component("tor-net");
+            cfg.component("tor-net-testing");
             cfg.component("tor-thread-testing");
             cfg.component("tor-memarea-testing");
-            cfg.component("tor-log");
-            cfg.component("tor-lock");
-            cfg.component("tor-fdio");
+            cfg.component("tor-log-testing");
+            cfg.component("tor-lock-testing");
+            cfg.component("tor-fdio-testing");
             cfg.component("tor-container-testing");
             cfg.component("tor-smartlist-core-testing");
             cfg.component("tor-string-testing");





More information about the tor-commits mailing list