Skip to content

Commit 5d80f77

Browse files
rlavarec-gpswbruchar1
authored andcommitted
Update mesonbuild/backend/vs2010backend.py
Co-authored-by: Charles Brunet <[email protected]>
1 parent 75132a9 commit 5d80f77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mesonbuild/backend/vs2010backend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,7 @@ def create_basic_project(self, target_name, *,
628628

629629
multi_config_buildtype_list = coredata.get_genvs_default_buildtype_list() if self.gen_lite else [self.buildtype]
630630
if "debug" not in multi_config_buildtype_list:
631-
multi_config_buildtype_list += ["debug"]
631+
multi_config_buildtype_list.append('debug')
632632
for buildtype in multi_config_buildtype_list:
633633
prjconf = ET.SubElement(confitems, 'ProjectConfiguration',
634634
{'Include': buildtype + '|' + target_platform})

0 commit comments

Comments
 (0)