Skip to content

Commit

Permalink
Update pylib/gyp/generator/msvs.py
Browse files Browse the repository at this point in the history
  • Loading branch information
targos authored and ryzokuken committed May 29, 2020
1 parent 86d1d2c commit 62b53cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pylib/gyp/generator/msvs.py
Original file line number Diff line number Diff line change
Expand Up @@ -3812,7 +3812,7 @@ def _GenerateMSBuildProject(project, options, version, generator_flags, spec):
content += _GetMSBuildLocalProperties(project.msbuild_toolset)
content += import_cpp_props_section
content += import_masm_props_section
if spec.get("msvs_enable_marmasm") or True:
if spec.get("msvs_enable_marmasm"):
content += import_marmasm_props_section
content += _GetMSBuildExtensions(props_files_of_rules)
content += _GetMSBuildPropertySheets(configurations, spec)
Expand Down

0 comments on commit 62b53cb

Please sign in to comment.