diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-07-05 17:14:55 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-07-05 17:14:55 -0400 |
commit | c73bb9937d3fa0512d8f8ce50c847999b84d183f (patch) | |
tree | cfe6ae0070bd6b244f05a7faa7eb35a0f0897604 /src/rust/build.rs | |
parent | 753b797ca4041c74c073c11b550c11b3f85fe74b (diff) | |
download | tor-c73bb9937d3fa0512d8f8ce50c847999b84d183f.tar.gz tor-c73bb9937d3fa0512d8f8ce50c847999b84d183f.zip |
Fix build.rs to handle removed common.
Diffstat (limited to 'src/rust/build.rs')
-rw-r--r-- | src/rust/build.rs | 2 |
1 files changed, 0 insertions, 2 deletions
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"); |