mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 22:58:50 +01:00
Fix a variable name in tor-rust-dependencies
This commit is contained in:
parent
d2bdb54d37
commit
d489e4847b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue