Skip to content

Commit

Permalink
HACK: support LanguageStandard and LanguageStandard_C in gyp
Browse files Browse the repository at this point in the history
  • Loading branch information
targos committed May 7, 2024
1 parent 14a7229 commit 2fdab6c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/gyp/pylib/gyp/MSVSSettings.py
Original file line number Diff line number Diff line change
Expand Up @@ -799,6 +799,8 @@ def _ValidateSettings(validators, settings, stderr):
_MSBuildOnly(_compile, "TrackerLogDirectory", _folder_name)
_MSBuildOnly(_compile, "TreatSpecificWarningsAsErrors", _string_list) # /we
_MSBuildOnly(_compile, "UseUnicodeForAssemblerListing", _boolean) # /FAu
_MSBuildOnly(_compile, "LanguageStandard", _string)
_MSBuildOnly(_compile, "LanguageStandard_C", _string)

# Defines a setting that needs very customized processing
_CustomGeneratePreprocessedFile(_compile, "GeneratePreprocessedFile")
Expand Down

0 comments on commit 2fdab6c

Please sign in to comment.