commit 0403da4390f8891a5a082eb6c761cd8710f913ca Author: Nicolas Vigier boklm@torproject.org Date: Mon Feb 25 15:45:13 2019 +0100
Bug 29579: Fix typo in projects/tor/build --- projects/tor/build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/projects/tor/build b/projects/tor/build index f063693..d6018d9 100644 --- a/projects/tor/build +++ b/projects/tor/build @@ -11,7 +11,7 @@ mkdir -p /var/tmp/build [% END %]
[% IF c("var/osx") %] - [% IF ("var/nightly") %] + [% IF c("var/nightly") %] # We are compiling Tor with Rust enabled for nightlies. export TOR_RUST_TARGET=x86_64-apple-darwin [% END %] @@ -33,7 +33,7 @@ libeventdir=/var/tmp/dist/libevent openssldir=/var/tmp/dist/openssl
[% IF c("var/windows") %] - [% IF ("var/nightly") %] + [% IF c("var/nightly") %] # We are compiling Tor with Rust enabled for nightlies. export TOR_RUST_TARGET=[% c("arch") %]-pc-windows-gnu [% END %]
tbb-commits@lists.torproject.org