From 9c5ac135902d1fc55507cd89dd2cafd38dfad795 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Sun, 27 Nov 2022 13:27:06 +0200 Subject: [PATCH 30/30] Meson: Use explicit 'setup' subcommand See osdn #46103 Signed-off-by: Marko Lindqvist --- doc/INSTALL.meson | 4 ++-- scripts/ci-build.sh | 4 ++-- windows/installer_cross/meson-winbuild.sh | 2 +- windows/installer_msys2/Makefile.meson | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/INSTALL.meson b/doc/INSTALL.meson index 4b41baa38b..3b30a5d76b 100644 --- a/doc/INSTALL.meson +++ b/doc/INSTALL.meson @@ -33,7 +33,7 @@ source directory as parameter. You can also give configure options in this phase. > mkdir build ; cd build -> meson ../freeciv-3.1.0 +> meson setup ../freeciv-3.1.0 You need to configure the build directory just once. As source files get updated, you can just execute incremental builds in the build directory. @@ -55,7 +55,7 @@ Configure options are given as '-D