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 57b44a5
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 @@ -793,6 +793,8 @@ def _ValidateSettings(validators, settings, stderr):
_compile, "CompileAsManaged", _Enumeration([], new=["false", "true"])
) # /clr
_MSBuildOnly(_compile, "CreateHotpatchableImage", _boolean) # /hotpatch
_MSBuildOnly(_compile, "LanguageStandard", _string)
_MSBuildOnly(_compile, "LanguageStandard_C", _string)
_MSBuildOnly(_compile, "MultiProcessorCompilation", _boolean) # /MP
_MSBuildOnly(_compile, "PreprocessOutputPath", _string) # /Fi
_MSBuildOnly(_compile, "ProcessorNumber", _integer) # the number of processors
Expand Down

0 comments on commit 57b44a5

Please sign in to comment.