]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
And tell build.rs to stop looking in src/common
authorNick Mathewson <nickm@torproject.org>
Thu, 5 Jul 2018 21:15:24 +0000 (17:15 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 5 Jul 2018 21:15:24 +0000 (17:15 -0400)
src/rust/build.rs

index eb281b6eaf4cc37e4c95f7f365e96c57aa6e9f3e..2cf85b404a0a96245400d8f1155a90b0365663f1 100644 (file)
@@ -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");