improve lua

pull/1692/head
ruki 2 years ago
parent a68f47ee22
commit db78c0781d
  1. 2
      packages/l/lua/xmake.lua

@ -97,7 +97,7 @@ package("lua")
end)
on_test(function (package)
if is_plat(os.host()) then
if not package:is_cross() then
os.vrun("lua -e \"print('hello xmake!')\"")
end
assert(package:has_cfuncs("lua_getinfo", {includes = "lua.h"}))

Loading…
Cancel
Save