Skip to content

Commit

Permalink
addpatch: elf2uf2-rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Xunop authored and felixonmars committed Dec 4, 2023
1 parent 20a85bc commit e1c6af8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions elf2uf2-rs/riscv64.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
--- PKGBUILD
+++ PKGBUILD
@@ -15,7 +15,7 @@ b2sums=('4124a5edc5c5738f97f556822da1ca26bc15b35651d25d8f15d2324382b6a19fd27d6b0

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

build() {

0 comments on commit e1c6af8

Please sign in to comment.