commit af3e5bed1084fa321e90eaf87e5dc9a7256dd920 Author: Isis Lovecruft isis@torproject.org 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