diff options
author | aarto | 2025-02-24 10:52:16 +0100 |
---|---|---|
committer | aarto | 2025-02-24 10:52:16 +0100 |
commit | 1468a735766dc9b3bbf13ef405bceefe886e46bf (patch) | |
tree | 3b78d16833bf0c96dd1e284b7d6167154c0cd496 | |
parent | 1dd2c52785335c1df8b354dbbdc684480ba99134 (diff) | |
download | aur-1468a735766dc9b3bbf13ef405bceefe886e46bf.tar.gz |
Remove unneeded --bin
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ build() { export RUSTUP_TOOLCHAIN=stable export CARGO_TARGET_DIR=target export RUSTFLAGS='-l mimalloc -l git2' - cargo build --frozen --release -p limbo_cli --bin limbo + cargo build --frozen --release -p limbo_cli } package() { |