mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
And tell build.rs to stop looking in src/common
This commit is contained in:
parent
c73bb9937d
commit
4eac5c6ce6
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user