[tor-commits] [tor/master] Add two more dependencies in build.rs
    nickm at torproject.org 
    nickm at torproject.org
       
    Wed Jul 18 20:25:53 UTC 2018
    
    
  
commit 42c02097db1dd791d2bd8af78f91658589cf4988
Author: Nick Mathewson <nickm at torproject.org>
Date:   Wed Jul 18 16:20:31 2018 -0400
    Add two more dependencies in build.rs
---
 src/rust/build.rs | 2 ++
 1 file changed, 2 insertions(+)
diff --git a/src/rust/build.rs b/src/rust/build.rs
index 3c6089326..2ac24b334 100644
--- a/src/rust/build.rs
+++ b/src/rust/build.rs
@@ -151,6 +151,8 @@ pub fn main() {
             cfg.component("tor-crypt-ops-testing");
             cfg.component("tor-sandbox-testing");
             cfg.component("tor-encoding-testing");
+            cfg.component("tor-fs-testing");
+            cfg.component("tor-time-testing");
             cfg.component("tor-net-testing");
             cfg.component("tor-thread-testing");
             cfg.component("tor-memarea-testing");
    
    
More information about the tor-commits
mailing list