modify luajit

pull/13/head
ruki 6 years ago
parent 02c8d2901f
commit 99eda752dc
No known key found for this signature in database
GPG Key ID: 33341DF9719963FA
  1. 6
      packages/l/luajit/xmake.lua

@ -16,6 +16,12 @@ package("luajit")
add_includedirs("include/luajit")
on_load(function (package)
if package:plat() ~= "windows" then
package:add("syslinks", "dl")
end
end)
on_install("windows", function (package)
os.cd("src")
os.vrun("msvcbuild.bat %s", package:debug() and "debug" and "")

Loading…
Cancel
Save