Преглед на файлове

Fix up the rust build script library list.

Nick Mathewson преди 6 години
родител
ревизия
b0adf2fc9b
променени са 1 файла, в които са добавени 4 реда и са изтрити 1 реда
  1. 4 1
      src/rust/build.rs

+ 4 - 1
src/rust/build.rs

@@ -151,10 +151,13 @@ pub fn main() {
             // moving forward!
             cfg.component("tor-crypt-ops-testing");
             cfg.component("or-testing");
-            cfg.component("libtor-lock");
+            cfg.component("tor-log");
+            cfg.component("tor-lock");
+            cfg.component("tor-fdio");
             cfg.component("tor-container-testing");
             cfg.component("tor-string-testing");
             cfg.component("tor-malloc");
+            cfg.component("tor-wallclock");
             cfg.component("tor-err-testing");
             cfg.component("or-event-testing");
             cfg.component("tor-intmath-testing");