diff options
| author | ruki <[email protected]> | 2021-07-21 00:00:02 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-07-21 00:00:02 +0800 |
| commit | b49d1cc0b6a5d39dc9dde7095da8e6f6d7b44b54 (patch) | |
| tree | fe9d21afdf45463c50c51c9ecb51e2f322a6aef7 /xmake/core/project/project.lua | |
| parent | 801cc4d75f3aee6f845f69e9be7c55d70614071c (diff) | |
check allowed archs
Diffstat (limited to 'xmake/core/project/project.lua')
| -rw-r--r-- | xmake/core/project/project.lua | 2 |
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 = { |
