From 4487ea39b04c2aefdfa531127c23d5de8decbd94 Mon Sep 17 00:00:00 2001 From: Jérôme Leclercq Date: Mon, 26 Jul 2021 13:33:35 +0200 Subject: Update main.lua --- xmake/actions/config/main.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xmake/actions/config/main.lua b/xmake/actions/config/main.lua index 90afe82da..dcf5986dc 100644 --- a/xmake/actions/config/main.lua +++ b/xmake/actions/config/main.lua @@ -395,12 +395,12 @@ force to build in current directory via run `xmake -P .`]], os.projectdir()) config.set("buildir", path.relative(buildir, project.directory()), {readonly = true, force = true}) end - -- check configs - _check_configs() - -- only config for building project using third-party buildsystem if not trybuild then + -- check configs + _check_configs() + -- install and update packages local require_enable = option.boolean(option.get("require")) if (recheck or require_enable) then -- cgit v1.3.1