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 639e889 commit 2ede0e5Copy full SHA for 2ede0e5
pkg/bin/makebin
@@ -44,7 +44,7 @@ prepare() {
44
45
build() {
46
pushd "$srcdir"
47
- env CARGO_TARGET_DIR="$PWD/target" CARGO_INCREMENTAL=0 cargo build --release --locked
+ env CARGO_TARGET_DIR="$PWD/target" CARGO_INCREMENTAL=0 cargo build --release --locked
48
popd
49
}
50
0 commit comments