Fix a variable name in tor-rust-dependencies

This commit is contained in:
Nick Mathewson 2018-02-21 11:55:25 -05:00
parent d2bdb54d37
commit d489e4847b
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ you are in the top level of the repository) configure tor with:
TOR_RUST_DEPENDENCIES='path_to_dependencies_directory' ./configure --enable-rust
(Note that RUST_DEPENDENCIES must be the full path to the directory; it
(Note that TOR_RUST_DEPENDENCIES must be the full path to the directory; it
cannot be relative.)
Assuming you used the above `git submodule` commands and you're in the