From 1bdc2d8d57782632b1a8cad5af4a67618fa17cf3 Mon Sep 17 00:00:00 2001 From: Jérôme Leclercq Date: Thu, 13 Apr 2023 10:29:57 +0200 Subject: Fix #3624 --- xmake/modules/package/tools/xmake.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/xmake/modules/package/tools/xmake.lua b/xmake/modules/package/tools/xmake.lua index 8788ed6f8..dc4502419 100644 --- a/xmake/modules/package/tools/xmake.lua +++ b/xmake/modules/package/tools/xmake.lua @@ -242,6 +242,7 @@ function buildenvs(package, opt) -- we should avoid using $XMAKE_CONFIGDIR outside to cause conflicts envs.XMAKE_CONFIGDIR = os.curdir() envs.XMAKE_IN_XREPO = "1" + envs.XMAKE_IN_PROJECT_GENERATOR = "" return envs end -- cgit v1.3.1