Skip to content

Commit

Permalink
fix: C language std in bff
Browse files Browse the repository at this point in the history
Use cmdLineOptions for C++ language std as well, for consistency
  • Loading branch information
belkiss committed Apr 25, 2022
1 parent b3e7520 commit b98be87
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -65,7 +65,8 @@ public sealed partial class LinuxPlatform
+ ' [cmdLineOptions.RuntimeTypeInfo]'
+ ' [cmdLineOptions.CharUnsigned]'
+ ' [cmdLineOptions.MsExtensions]'
+ ' [options.ClangCppLanguageStandard]'
+ ' [cmdLineOptions.CppLanguageStd]'
+ ' [cmdLineOptions.CLanguageStd]'
// Additional compiler options
//--------------------------
+ ' [options.AdditionalCompilerOptions]'
Expand Down

0 comments on commit b98be87

Please sign in to comment.