fix test.lua

pull/13/head
ruki 6 years ago
parent 019fe17ac4
commit 0f8fc8a0ba
No known key found for this signature in database
GPG Key ID: 33341DF9719963FA
  1. 2
      packages/f/fontconfig/xmake.lua
  2. 2
      scripts/test.lua

@ -11,7 +11,7 @@ package("fontconfig")
add_deps("autoconf", "automake", "gperf", "bzip2")
add_deps("util-linux", {configs = {libuuid = true}})
end
on_install("linux", "macosx", function (package)
local font_dirs = {}
if is_plat("macosx") then

@ -27,7 +27,7 @@ function main(...)
end
end
if #packages == 0 then
table.insert(packages, "\"tbox dev\"")
table.insert(packages, "tbox dev")
end
local repodir = os.curdir()
local workdir = path.join(os.tmpdir(), "xmake-repo")

Loading…
Cancel
Save