aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-07-05 17:15:24 -0400
committerNick Mathewson <nickm@torproject.org>2018-07-05 17:15:24 -0400
commit4eac5c6ce6f19829bf1aed46e8d3d72fa3ae1a74 (patch)
tree005fd6f9b35324d642ef5b51ee04a6a2f9a21830 /src
parentc73bb9937d3fa0512d8f8ce50c847999b84d183f (diff)
downloadtor-4eac5c6ce6f19829bf1aed46e8d3d72fa3ae1a74.tar.gz
tor-4eac5c6ce6f19829bf1aed46e8d3d72fa3ae1a74.zip
And tell build.rs to stop looking in src/common
Diffstat (limited to 'src')
-rw-r--r--src/rust/build.rs1
1 files changed, 0 insertions, 1 deletions
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");