fix luajit gc64 option (#515)

pull/518/head
Pavel Siberx 4 years ago committed by GitHub
parent 2e49d3fb39
commit 172ce59a3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      packages/l/luajit/xmake.lua

@ -32,6 +32,7 @@ package("luajit")
end
configs.fpu = package:config("fpu")
configs.nojit = package:config("nojit")
configs.gc64 = package:config("gc64")
os.cp(path.join(package:scriptdir(), "port", "xmake.lua"), "xmake.lua")
import("package.tools.xmake").install(package, configs)
end)

Loading…
Cancel
Save