From 4a0b4cea87678a87cc861389dfc2f4f5f395569a Mon Sep 17 00:00:00 2001 From: Pedro Gomes Date: Sat, 25 Jan 2025 17:00:34 -0800 Subject: [PATCH] fix --- meson_scripts/init.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson_scripts/init.py b/meson_scripts/init.py index 109c0232271..67a2e41a2ec 100755 --- a/meson_scripts/init.py +++ b/meson_scripts/init.py @@ -95,7 +95,7 @@ def init_submodules( alt_name_meson = base_path + "meson" alt_name_ninja = base_path + "ninja" alt_name_mel = base_path + "mel" - alt_name_mel = base_path + "FADO" + alt_name_fado = base_path + "FADO" alt_name_mpp = cur_dir + os.path.sep + "subprojects" + os.path.sep + "Mutationpp" alt_name_coolprop = cur_dir + os.path.sep + "subprojects" + os.path.sep + "CoolProp" alt_name_mlpcpp = cur_dir + os.path.sep + "subprojects" + os.path.sep + "MLPCpp"