improve skia

pull/18/head
ruki 6 years ago
parent b06b9efef4
commit 5c99c0eda6
No known key found for this signature in database
GPG Key ID: 33341DF9719963FA
  1. 2
      packages/s/skia/xmake.lua

@ -12,7 +12,7 @@ package("skia")
on_install("macosx", "linux", "windows", function (package)
os.vrun("git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git --depth 1")
local pathes = os.getenv("PATH")
local pathes = os.getenv("PATH") or ""
pathes = pathes .. path.envsep() .. path.join(os.curdir(), "depot_tools")
pathes = pathes .. path.envsep() .. path.join(os.curdir(), "bin")
local args = {is_official_build = true, is_debug = package:debug()}

Loading…
Cancel
Save