Skip to content

Commit 2fdab6c

Browse files
committed
HACK: support LanguageStandard and LanguageStandard_C in gyp
1 parent 14a7229 commit 2fdab6c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/gyp/pylib/gyp/MSVSSettings.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -799,6 +799,8 @@ def _ValidateSettings(validators, settings, stderr):
799799
_MSBuildOnly(_compile, "TrackerLogDirectory", _folder_name)
800800
_MSBuildOnly(_compile, "TreatSpecificWarningsAsErrors", _string_list) # /we
801801
_MSBuildOnly(_compile, "UseUnicodeForAssemblerListing", _boolean) # /FAu
802+
_MSBuildOnly(_compile, "LanguageStandard", _string)
803+
_MSBuildOnly(_compile, "LanguageStandard_C", _string)
802804

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

0 commit comments

Comments
 (0)