diff options
author | Isis Lovecruft <isis@torproject.org> | 2018-02-24 02:17:36 +0000 |
---|---|---|
committer | Isis Lovecruft <isis@torproject.org> | 2018-02-24 02:17:36 +0000 |
commit | af3e5bed1084fa321e90eaf87e5dc9a7256dd920 (patch) | |
tree | cdb6d84eeed398f8044c636530c86654e8d30d44 | |
parent | a9733a32d35205274d6e808cd846688576ab0b6a (diff) | |
download | tor-af3e5bed1084fa321e90eaf87e5dc9a7256dd920.tar.gz tor-af3e5bed1084fa321e90eaf87e5dc9a7256dd920.zip |
build: Fix Makefile.am TOR_RUST_STATIC_NAME variable name after revert.
* FIXES #25341: https://bugs.torproject.org/25341
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 02ccbd91b5..2c6de35743 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 |