[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [tor/master] build: Fix Makefile.am TOR_RUST_STATIC_NAME variable name after revert.



commit af3e5bed1084fa321e90eaf87e5dc9a7256dd920
Author: Isis Lovecruft <isis@xxxxxxxxxxxxxx>
Date:   Sat Feb 24 02:17:36 2018 +0000

    build: Fix Makefile.am TOR_RUST_STATIC_NAME variable name after revert.
    
     * FIXES #25341: https://bugs.torproject.org/25341
---
 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index 02ccbd91b..2c6de3574 100644
--- a/Makefile.am
+++ b/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



_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits