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

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