summaryrefslogtreecommitdiff
path: root/xmake/core/project/project.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2021-07-21 00:00:02 +0800
committerruki <[email protected]>2021-07-21 00:00:02 +0800
commitb49d1cc0b6a5d39dc9dde7095da8e6f6d7b44b54 (patch)
treefe9d21afdf45463c50c51c9ecb51e2f322a6aef7 /xmake/core/project/project.lua
parent801cc4d75f3aee6f845f69e9be7c55d70614071c (diff)
check allowed archs
Diffstat (limited to 'xmake/core/project/project.lua')
-rw-r--r--xmake/core/project/project.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/xmake/core/project/project.lua b/xmake/core/project/project.lua
index 5bda50f05..ea66f2bb6 100644
--- a/xmake/core/project/project.lua
+++ b/xmake/core/project/project.lua
@@ -657,6 +657,8 @@ function project.apis()
, "add_requires"
, "add_requireconfs"
, "add_repositories"
+ , "add_allowedmodes"
+ , "add_allowedarchs"
}
, paths =
{