From 65f997e964654f877eb1e8c51870113274ec3152 Mon Sep 17 00:00:00 2001 From: arthur Date: Fri, 31 Oct 2025 09:09:20 +0100 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 450b7a0..d441165 100755 --- a/install.sh +++ b/install.sh @@ -23,7 +23,7 @@ cp -rv ./config/ ~/.beluga/ echo "Start compilation ..." -meson setup --reconfigure build/ +meson setup build/ meson compile -C build/ # Add to path