summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7985eb7996c1..e94a5cdee47e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -33,6 +33,9 @@ build() {
-S "$srcdir/nelson" \
-B build
cmake --build build
+
+ export PATH=/usr/lib/qt6:$PATH
+ cmake --build build -- buildhelp
}
package() {