Explorar o código

build: Fix Makefile.am TOR_RUST_STATIC_NAME variable name after revert.

 * FIXES #25341: https://bugs.torproject.org/25341
Isis Lovecruft %!s(int64=7) %!d(string=hai) anos
pai
achega
af3e5bed10
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Makefile.am

+ 1 - 1
Makefile.am

@@ -26,7 +26,7 @@ TESTING_TOR_BINARY=$(top_builddir)/src/or/tor$(EXEEXT)
 endif
 
 if USE_RUST
-rust_ldadd=$(top_builddir)/src/rust/target/release/@TOR_RUST_UTIL_STATIC_NAME@
+rust_ldadd=$(top_builddir)/src/rust/target/release/@TOR_RUST_STATIC_NAME@
 else
 rust_ldadd=
 endif