Skip to content

Commit

Permalink
Add missing build dependency on Starboard headers
Browse files Browse the repository at this point in the history
… for use of starboard/system.h in timsort.h left by Change Ia9e981ac.
  • Loading branch information
dahlstrom-g committed May 10, 2024
1 parent c7f38fe commit c8f237f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions third_party/libxml/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,10 @@ if (!use_cobalt_customizations) {
public_deps = [ "//third_party/icu:icuuc" ]
deps = [ "//third_party/zlib" ]

if (is_starboard) {
deps += [ "//starboard:starboard_headers_only" ]
}

if (is_apple || is_android || is_fuchsia) {
# http://www.xmlsoft.org/threads.html says that this is required when using
# libxml from several threads, which can possibly happen in chrome. On
Expand Down

0 comments on commit c8f237f

Please sign in to comment.