Skip to content

Commit d63147e

Browse files
committed
updpatch: rkcommon 1.15.2-1
Refresh patch.
1 parent aae29a7 commit d63147e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

rkcommon/riscv64.patch

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
diff --git PKGBUILD PKGBUILD
2-
index b95fd62e..619c8733 100644
2+
index 59f3698..b5a48b6 100644
33
--- PKGBUILD
44
+++ PKGBUILD
5-
@@ -17,6 +17,7 @@ build() {
6-
cmake -B build -S ${pkgname}-${pkgver} \
7-
-DCMAKE_BUILD_TYPE=None \
8-
-DCMAKE_INSTALL_PREFIX=/usr \
9-
+ -DRKCOMMON_NO_SIMD=ON \
10-
-Wno-dev
11-
make -C build
5+
@@ -23,6 +23,7 @@ build() {
6+
-G 'Unix Makefiles' \
7+
-DCMAKE_BUILD_TYPE:STRING='None' \
8+
-DCMAKE_INSTALL_PREFIX:PATH='/usr' \
9+
+ -DRKCOMMON_NO_SIMD=ON \
10+
-Wno-dev
11+
cmake --build build
1212
}

0 commit comments

Comments
 (0)