Skip to content

Commit 4a0b4ce

Browse files
committed
fix
1 parent 423e3a3 commit 4a0b4ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meson_scripts/init.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def init_submodules(
9595
alt_name_meson = base_path + "meson"
9696
alt_name_ninja = base_path + "ninja"
9797
alt_name_mel = base_path + "mel"
98-
alt_name_mel = base_path + "FADO"
98+
alt_name_fado = base_path + "FADO"
9999
alt_name_mpp = cur_dir + os.path.sep + "subprojects" + os.path.sep + "Mutationpp"
100100
alt_name_coolprop = cur_dir + os.path.sep + "subprojects" + os.path.sep + "CoolProp"
101101
alt_name_mlpcpp = cur_dir + os.path.sep + "subprojects" + os.path.sep + "MLPCpp"

0 commit comments

Comments
 (0)