Skip to content

Commit

Permalink
addpatch: ot-keys
Browse files Browse the repository at this point in the history
  • Loading branch information
cybaol committed Jan 15, 2025
1 parent 247168d commit e673b3f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions ot-keys/riscv64.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
diff --git PKGBUILD PKGBUILD
index 782f73f..8667881 100644
--- PKGBUILD
+++ PKGBUILD
@@ -45,7 +45,7 @@ b2sums=('705b1da1c587118e11a4554f5abca7105210ad73656d27cc478fee2534830331a429bfd

prepare() {
# download dependencies
- cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')"
+ cargo fetch --locked --target ${CARCH}gc-unknown-linux-gnu
}

build() {

0 comments on commit e673b3f

Please # to comment.