aboutsummaryrefslogtreecommitdiff
path: root/ports/skia/harfbuzz.gn
blob: 5095f6d8a138040301de03b764eb7b6d69de58a6 (plain)
1
2
3
4
5
6
7
8
9
10
import("../third_party.gni")

system("harfbuzz") {
  include_dirs = @_INCLUDES@
  if(is_debug) {
    libs = @_LIBS_DBG@
  } else {
    libs = @_LIBS_REL@
  }
}