diff --git a/xmake.lua b/xmake.lua index 4766ae4..32820b5 100644 --- a/xmake.lua +++ b/xmake.lua @@ -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")