summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 64c9b587b7c8..94290636bcc2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -47,7 +47,7 @@ prepare() {
git submodule update
#if grep sse4 /proc/cpuinfo; then
-
+
_flags=( "-D RAIBLOCKS_GUI=ON" )
if grep -q avx2 /proc/cpuinfo; then
@@ -69,7 +69,7 @@ prepare() {
build() {
cd "$srcdir/raiblocks"
make rai_wallet
- make rai_node
+ make rai_node
}
package() {