update xmake.lua

This commit is contained in:
ruki
2019-04-02 00:40:16 +08:00
parent 6bd165d232
commit 96d26f362a

View File

@@ -44,9 +44,6 @@ option("luajit")
set_description("Enable the luajit runtime engine.")
option_end()
-- add repositories
--add_repositories("xmake-repo-dev https://github.com/xmake-io/xmake-repo.git dev")
-- add requires
if has_config("luajit") then
add_requires("luajit")