diff options
| author | ruki <[email protected]> | 2023-04-13 18:21:23 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-04-13 18:21:23 +0800 |
| commit | fce193249afa114c35b16ee8a150214a91935b3a (patch) | |
| tree | a54e1ead6e741740f0593f00c5474d5392f2e2c4 | |
| parent | 2d5cabdbfe1340aefb6c805d1bc09745e2b31bf0 (diff) | |
| parent | 1bdc2d8d57782632b1a8cad5af4a67618fa17cf3 (diff) | |
Merge pull request #3625 from SirLynix/patch-13
Fix #3624
| -rw-r--r-- | xmake/modules/package/tools/xmake.lua | 1 |
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 |
