]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Fix build.rs to handle removed common.
authorNick Mathewson <nickm@torproject.org>
Thu, 5 Jul 2018 21:14:55 +0000 (17:14 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 5 Jul 2018 21:14:55 +0000 (17:14 -0400)
src/rust/build.rs

index 4e401f5275ea4f861b067ddb6eada9a6a3955667..eb281b6eaf4cc37e4c95f7f365e96c57aa6e9f3e 100644 (file)
@@ -150,7 +150,6 @@ pub fn main() {
             // tor uses.  We must be careful with factoring and dependencies
             // moving forward!
             cfg.component("tor-crypt-ops-testing");
-            cfg.component("or-testing");
             cfg.component("tor-sandbox");
             cfg.component("tor-encoding-testing");
             cfg.component("tor-net");
@@ -165,7 +164,6 @@ pub fn main() {
             cfg.component("tor-malloc");
             cfg.component("tor-wallclock");
             cfg.component("tor-err-testing");
-            cfg.component("or-event-testing");
             cfg.component("tor-intmath-testing");
             cfg.component("tor-ctime-testing");
             cfg.component("curve25519_donna");