mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Merge remote-tracking branch 'catalyst-github/bug25895_034-squashed' into maint-0.3.4
This commit is contained in:
@@ -7,5 +7,6 @@
|
||||
@RUST_DL@ [source.vendored-sources]
|
||||
@RUST_DL@ directory = '@TOR_RUST_DEPENDENCIES@'
|
||||
|
||||
@RUST_WARN@ [build]
|
||||
@RUST_WARN@ rustflags = [ "-D", "warnings" ]
|
||||
[build]
|
||||
@RUST_WARN@ rustflags = [ "-D", "warnings" ]
|
||||
@RUST_TARGET_PROP@
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user