update xmake.lua
This commit is contained in:
@@ -44,9 +44,6 @@ option("luajit")
|
|||||||
set_description("Enable the luajit runtime engine.")
|
set_description("Enable the luajit runtime engine.")
|
||||||
option_end()
|
option_end()
|
||||||
|
|
||||||
-- add repositories
|
|
||||||
--add_repositories("xmake-repo-dev https://github.com/xmake-io/xmake-repo.git dev")
|
|
||||||
|
|
||||||
-- add requires
|
-- add requires
|
||||||
if has_config("luajit") then
|
if has_config("luajit") then
|
||||||
add_requires("luajit")
|
add_requires("luajit")
|
||||||
|
Reference in New Issue
Block a user