We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 423e3a3 commit 4a0b4ceCopy full SHA for 4a0b4ce
meson_scripts/init.py
@@ -95,7 +95,7 @@ def init_submodules(
95
alt_name_meson = base_path + "meson"
96
alt_name_ninja = base_path + "ninja"
97
alt_name_mel = base_path + "mel"
98
- alt_name_mel = base_path + "FADO"
+ alt_name_fado = base_path + "FADO"
99
alt_name_mpp = cur_dir + os.path.sep + "subprojects" + os.path.sep + "Mutationpp"
100
alt_name_coolprop = cur_dir + os.path.sep + "subprojects" + os.path.sep + "CoolProp"
101
alt_name_mlpcpp = cur_dir + os.path.sep + "subprojects" + os.path.sep + "MLPCpp"
0 commit comments