From 056d8cd83589f84254c0a4c9fdd4d84c06eddc96 Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 16 Mar 2023 00:50:10 +0800 Subject: use 1 for XMAKE_IN_XREPO --- xmake/modules/package/tools/xmake.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmake/modules/package/tools/xmake.lua b/xmake/modules/package/tools/xmake.lua index 0743ac409..8788ed6f8 100644 --- a/xmake/modules/package/tools/xmake.lua +++ b/xmake/modules/package/tools/xmake.lua @@ -241,7 +241,7 @@ function buildenvs(package, opt) local envs = _get_package_toolchains_envs(package, opt) -- we should avoid using $XMAKE_CONFIGDIR outside to cause conflicts envs.XMAKE_CONFIGDIR = os.curdir() - envs.XMAKE_IN_XREPO = "true" + envs.XMAKE_IN_XREPO = "1" return envs end -- cgit v1.3.1