From f62a065a440d0c15d5ed8157ef07d2ba8e434acc Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Sun, 27 Nov 2022 13:29:48 +0200 Subject: [PATCH 24/24] Meson: Use explicit 'setup' subcommand See osdn #46103 Signed-off-by: Marko Lindqvist --- doc/INSTALL.meson | 4 ++-- scripts/ci-build.sh | 10 ++++++++-- windows/installer_cross/meson-winbuild.sh | 2 +- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/doc/INSTALL.meson b/doc/INSTALL.meson index c71116416e..354281c688 100644 --- a/doc/INSTALL.meson +++ b/doc/INSTALL.meson @@ -34,7 +34,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. @@ -56,7 +56,7 @@ Configure options are given as '-D