summaryrefslogtreecommitdiff
path: root/xmake/modules/package/tools/xmake.lua
diff options
context:
space:
mode:
authorJérôme Leclercq <[email protected]>2023-04-13 10:29:57 +0200
committerGitHub <[email protected]>2023-04-13 10:29:57 +0200
commit1bdc2d8d57782632b1a8cad5af4a67618fa17cf3 (patch)
treea54e1ead6e741740f0593f00c5474d5392f2e2c4 /xmake/modules/package/tools/xmake.lua
parent2d5cabdbfe1340aefb6c805d1bc09745e2b31bf0 (diff)
Fix #3624
Diffstat (limited to 'xmake/modules/package/tools/xmake.lua')
-rw-r--r--xmake/modules/package/tools/xmake.lua1
1 files changed, 1 insertions, 0 deletions
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