summaryrefslogtreecommitdiff
path: root/xmake/core/project/project.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/core/project/project.lua')
-rw-r--r--xmake/core/project/project.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/core/project/project.lua b/xmake/core/project/project.lua
index a41ecc0cf..61c1361db 100644
--- a/xmake/core/project/project.lua
+++ b/xmake/core/project/project.lua
@@ -113,7 +113,7 @@ end
-- some configs are enabled?
function project._api_has_config(interp, ...)
- return config.has(...)
+ return config.has(table.pack(...), {namespace = interp:namespace()})
end
-- some packages are enabled?