summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAki Van Ness2024-04-11 08:25:35 +0200
committerAki Van Ness2024-04-11 08:25:35 +0200
commite694673a76f8129b433030baaef266b785d8c1b7 (patch)
treeaa1ae264dd1c166cc804bb9aaa0264baa5daf6fd
parentac9adaadf19ac2a2726b0e9fdc26191117559d0b (diff)
downloadaur-e694673a76f8129b433030baaef266b785d8c1b7.tar.gz
Bumpped nextpnr-all version to 20240411_nextpnr_0.7_26_gd3b53d8e
-rw-r--r--PKGBUILD2
-rw-r--r--PKGBUILD.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8716cc791ab8..2a398bb81d08 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -72,7 +72,7 @@ build() {
cd "${srcdir}/nextpnr/build-machxo2"
cmake -G Ninja \
- -DARCH=machxo \
+ -DARCH=machxo2 \
-DBUILD_PYTHON=ON \
-DBUILD_GUI=ON \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
diff --git a/PKGBUILD.in b/PKGBUILD.in
index 4e2a84330d64..702bd1984fac 100644
--- a/PKGBUILD.in
+++ b/PKGBUILD.in
@@ -72,7 +72,7 @@ build() {
cd "${srcdir}/nextpnr/build-machxo2"
cmake -G Ninja \
- -DARCH=machxo \
+ -DARCH=machxo2 \
-DBUILD_PYTHON=ON \
-DBUILD_GUI=ON \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \