From 430a322c2c7937ea0b3fdf2740fa927dd84154a6 Mon Sep 17 00:00:00 2001 From: clsty Date: Sun, 16 Jun 2024 18:34:30 +0800 Subject: [PATCH] Sync build command from ags wiki --- scriptdata/installers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scriptdata/installers b/scriptdata/installers index c248e7d79..74b7a8798 100644 --- a/scriptdata/installers +++ b/scriptdata/installers @@ -26,7 +26,7 @@ install-ags (){ x git pull origin main && git submodule update --init --recursive x git checkout 05e0f23534fa30c1db2a142664ee8f71e38db260 x npm install - x meson setup build --reconfigure + x meson setup build # --reconfigure x meson install -C build x cd $base }