Skip to content

Commit

Permalink
addpatch: rye
Browse files Browse the repository at this point in the history
  • Loading branch information
hack3ric authored and felixonmars committed Jun 22, 2023
1 parent eb5eec5 commit c4ab8ba
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions rye/riscv64.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
--- PKGBUILD
+++ PKGBUILD
@@ -23,7 +23,7 @@ options=('!lto')

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

build() {

0 comments on commit c4ab8ba

Please sign in to comment.