From 961688be1194f4164b152b44c4b33b4bad3d6053 Mon Sep 17 00:00:00 2001 From: Stas Sergeev Date: Thu, 7 Dec 2023 22:51:28 +0500 Subject: [PATCH] configure.meson: fix guidance --- configure.meson | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.meson b/configure.meson index 5bcb537c..8785847c 100755 --- a/configure.meson +++ b/configure.meson @@ -16,5 +16,5 @@ meson setup --native-file $TOP/fdpp/toolchain.ini \ echo echo "Done configure" -echo "Now run \"meson build --verbose\" to build" +echo "Now run \"meson compile --verbose\" to build" echo "After that you can do \"sudo meson install\" to install"