Skip to content

Commit

Permalink
Don't use getenv in Starboard
Browse files Browse the repository at this point in the history
  • Loading branch information
dahlstrom-g committed Jul 12, 2024
1 parent 9e4888e commit 96ac509
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions third_party/harfbuzz-ng/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,10 @@ if (use_system_harfbuzz) {
defines += [ "HAVE_PTHREAD" ]
}

if (is_starboard) {
defines += [ "HB_NO_GETENV" ]
}

if (enable_paint_preview) {
# Paint Previews make use of CFF subsetting. However, enabling this is
# expensive for binary size so only compile it when Paint Previews are
Expand Down

0 comments on commit 96ac509

Please sign in to comment.