From 96d26f362a7d03ad9a499b58a7c3283f93d8d3d7 Mon Sep 17 00:00:00 2001 From: ruki Date: Tue, 2 Apr 2019 00:40:16 +0800 Subject: [PATCH] update xmake.lua --- xmake.lua | 3 --- 1 file changed, 3 deletions(-) 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")