]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Use the "testing" variant of several C libraries in build.rs
authorNick Mathewson <nickm@torproject.org>
Wed, 18 Jul 2018 20:18:25 +0000 (16:18 -0400)
committerNick Mathewson <nickm@torproject.org>
Wed, 18 Jul 2018 20:18:25 +0000 (16:18 -0400)
src/rust/build.rs

index 2cf85b404a0a96245400d8f1155a90b0365663f1..3c608932633a4e7e00c348ed1ca6a30daf66f918 100644 (file)
@@ -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");