From fc57ee027dbbc4d958019d161ebd5ce2b2da020d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9F=D1=8B=D1=82=D0=BA=D0=BE=D0=B2=20=D0=A0=D0=BE=D0=BC?= =?UTF-8?q?=D0=B0=D0=BD?= Date: Fri, 12 Apr 2024 12:20:53 +0300 Subject: [PATCH] Fix meson build fail (#397) --- scriptdata/installers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scriptdata/installers b/scriptdata/installers index 825030d0..68d880c1 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 f905abfd2210701929ffaa3db13faa783b782765 # "update examples" x npm install - x meson setup build + x meson setup build --reconfigure x meson install -C build x cd $base }