Browse Source

And tell build.rs to stop looking in src/common

Nick Mathewson 5 years ago
parent
commit
4eac5c6ce6
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/rust/build.rs

+ 0 - 1
src/rust/build.rs

@@ -139,7 +139,6 @@ pub fn main() {
             cfg.from_cflags("TOR_LDFLAGS_libevent");
 
             cfg.link_relpath("src/lib");
-            cfg.link_relpath("src/common");
             cfg.link_relpath("src/ext/keccak-tiny");
             cfg.link_relpath("src/ext/ed25519/ref10");
             cfg.link_relpath("src/ext/ed25519/donna");