Skip to content

Commit

Permalink
Enable __cplusplus preprocessor macro in xb1 build
Browse files Browse the repository at this point in the history
b/294691394
  • Loading branch information
dahlstrom-g committed Nov 7, 2023
1 parent d24c2c2 commit d72cc24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions starboard/xb1/platform_configuration/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ config("target") {
# The warning "Padding was added at the end of a structure" happens
# in the library third_party/internal/libav1_xb1.
"/wd4324",
"/Zc:__cplusplus", # enable preprocessor macro for language support
]

if (is_debug || is_devel) {
Expand Down

0 comments on commit d72cc24

Please sign in to comment.