From: Nick Mathewson Date: Thu, 5 Jul 2018 21:15:24 +0000 (-0400) Subject: And tell build.rs to stop looking in src/common X-Git-Tag: tor-0.3.5.1-alpha~257 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4eac5c6ce6f19829bf1aed46e8d3d72fa3ae1a74;p=thirdparty%2Ftor.git And tell build.rs to stop looking in src/common --- diff --git a/src/rust/build.rs b/src/rust/build.rs index eb281b6eaf..2cf85b404a 100644 --- a/src/rust/build.rs +++ b/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");