diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-30 09:15:39 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-30 09:15:39 -0400 |
commit | 028523c801606301fe744eee462a55efeda385ec (patch) | |
tree | 643303501d889e1a3285efedd75098d91f533e63 /src/rust | |
parent | 57155d38a3c71e352c083b0e0c3a2326c3181c8d (diff) | |
parent | e042727cf02fbeb0dd193f5faa60f7caf1f19aea (diff) | |
download | tor-028523c801606301fe744eee462a55efeda385ec.tar.gz tor-028523c801606301fe744eee462a55efeda385ec.zip |
Merge branch 'maint-0.3.4'
Diffstat (limited to 'src/rust')
-rw-r--r-- | src/rust/.cargo/config.in | 5 | ||||
-rw-r--r-- | src/rust/tor_rust/include.am | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/src/rust/.cargo/config.in b/src/rust/.cargo/config.in index 70481bbcbe..6eddc75459 100644 --- a/src/rust/.cargo/config.in +++ b/src/rust/.cargo/config.in @@ -7,5 +7,6 @@ @RUST_DL@ [source.vendored-sources] @RUST_DL@ directory = '@TOR_RUST_DEPENDENCIES@' -@RUST_WARN@ [build] -@RUST_WARN@ rustflags = [ "-D", "warnings" ]
\ No newline at end of file +[build] +@RUST_WARN@ rustflags = [ "-D", "warnings" ] +@RUST_TARGET_PROP@ diff --git a/src/rust/tor_rust/include.am b/src/rust/tor_rust/include.am index c02324cb77..bcf94193f4 100644 --- a/src/rust/tor_rust/include.am +++ b/src/rust/tor_rust/include.am @@ -4,7 +4,7 @@ EXTRA_DIST +=\ EXTRA_CARGO_OPTIONS= -src/rust/target/release/@TOR_RUST_STATIC_NAME@: FORCE +@TOR_RUST_LIB_PATH@: FORCE ( cd "$(abs_top_builddir)/src/rust" ; \ CARGO_TARGET_DIR="$(abs_top_builddir)/src/rust/target" \ CARGO_HOME="$(abs_top_builddir)/src/rust" \ @@ -22,7 +22,7 @@ distclean-rust: rm -rf "$(abs_top_builddir)/src/rust/registry" if USE_RUST -build-rust: src/rust/target/release/@TOR_RUST_STATIC_NAME@ +build-rust: @TOR_RUST_LIB_PATH@ else build-rust: endif |