Skip to content

Commit

Permalink
addpatch: cargo-public-api 0.33.1
Browse files Browse the repository at this point in the history
Fix broken rust target
  • Loading branch information
moui0 authored and felixonmars committed Dec 4, 2023
1 parent a3f24b8 commit d299ad9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions cargo-public-api/riscv64.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
--- PKGBUILD
+++ PKGBUILD
@@ -15,7 +15,7 @@ options=('!lto')

prepare() {
cd "$pkgname-$pkgver"
- cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+ cargo fetch --locked
mkdir completions
}

0 comments on commit d299ad9

Please sign in to comment.