瀏覽代碼

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

Nick Mathewson 5 年之前
父節點
當前提交
4eac5c6ce6
共有 1 個文件被更改,包括 0 次插入1 次删除
  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");