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

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