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 }