From: Nick Mathewson Date: Thu, 5 Jul 2018 21:14:55 +0000 (-0400) Subject: Fix build.rs to handle removed common. X-Git-Tag: tor-0.3.5.1-alpha~258 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c73bb9937d3fa0512d8f8ce50c847999b84d183f;p=thirdparty%2Ftor.git Fix build.rs to handle removed common. --- diff --git a/src/rust/build.rs b/src/rust/build.rs index 4e401f5275..eb281b6eaf 100644 --- a/src/rust/build.rs +++ b/src/rust/build.rs @@ -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");