Skip to content

Commit

Permalink
Propagate starboard configs to Chromium on linux (#4301)
Browse files Browse the repository at this point in the history
Fixes linux builds with targets using starboard

b/365546355
  • Loading branch information
andrewsavage1 authored Oct 24, 2024
1 parent 32fa0ec commit 72d80d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions starboard/linux/x64x11/toolchain/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ overridable_clang_toolchain("starboard") {
clang_use_chrome_plugins = false
enable_check_raw_ptr_fields = false
}
propagates_configs = true
}

overridable_clang_toolchain("cobalt") {
Expand Down
1 change: 1 addition & 0 deletions starboard/shared/toolchain/overridable_gcc_toolchain.gni
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ template("overridable_clang_toolchain") {
"default_shlib_subdir",
"enable_linker_map",
"use_unstripped_as_runtime_outputs",
"propagates_configs",
])

toolchain_args = {
Expand Down

0 comments on commit 72d80d6

Please sign in to comment.