Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
clippy: make the wrapper work if
build
is not the 1st arg
... so that we can successfully scan the Rust code in `librsvg2-2.50.7-1.el9_0` where `cargo` is invoked like this: ``` cd ./librsvg && \ PKG_CONFIG_ALLOW_CROSS=1 \ PKG_CONFIG='/usr/bin/x86_64-redhat-linux-gnu-pkg-config' \ CARGO_TARGET_DIR=/builddir/build/BUILD/librsvg-2.50.7/target \ cargo --locked build --verbose --release \ && cd /builddir/build/BUILD/librsvg-2.50.7 && /bin/sh ./libtool [...] ``` Related: https://issues.redhat.com/browse/OSH-30 Closes: #170
- Loading branch information