We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d17dc68 commit 30ff37aCopy full SHA for 30ff37a
gcc/rust/Make-lang.in
@@ -525,5 +525,5 @@ rust/%.o: rust/metadata/%.cc
525
rust/libffi_polonius.a: \
526
rust/checks/errors/borrowck/ffi-polonius/Cargo.toml \
527
$(wildcard $(srcdir)/rust/checks/errors/borrowck/ffi-polonius/src/*)
528
- cargo build --manifest-path $(srcdir)/rust/checks/errors/borrowck/ffi-polonius/Cargo.toml --release --target-dir rust/ffi-polonius
+ cd $(srcdir)/rust/checks/errors/borrowck/ffi-polonius/ && cargo build --offline --release --target-dir $(objdir)/rust/ffi-polonius
529
cp rust/ffi-polonius/release/libffi_polonius.a rust/libffi_polonius.a
0 commit comments