Skip to content

Commit

Permalink
addpatch: macchina 6.2.1-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Xeonacid committed Oct 7, 2024
1 parent 8bc86a2 commit 75d68b2
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions macchina/riscv64.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
diff --git PKGBUILD PKGBUILD
index 7d3a542..41a9224 100644
--- PKGBUILD
+++ PKGBUILD
@@ -16,7 +16,7 @@

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

build() {

0 comments on commit 75d68b2

Please sign in to comment.