diff options
| author | ruki <[email protected]> | 2019-04-24 00:34:33 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-04-23 21:27:19 +0800 |
| commit | a4b4fff7cb09c6a8359bad4ee204559eb0e41c35 (patch) | |
| tree | ad4d4ae5a9eaff5a765a7c83040e84b6d757dc07 /xmake/core/project/config.lua | |
| parent | 6a430c2260ea9ba01cfd164bfe265157b15c235f (diff) | |
improve autoconf tools
Diffstat (limited to 'xmake/core/project/config.lua')
| -rw-r--r-- | xmake/core/project/config.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/core/project/config.lua b/xmake/core/project/config.lua index 14db64d6a..75c8d94c7 100644 --- a/xmake/core/project/config.lua +++ b/xmake/core/project/config.lua @@ -244,7 +244,7 @@ function config.is_plat(...) return config.is_value("plat", ...) end --- the current platform is belong to the given architectures? +-- the current architecture is belong to the given architectures? function config.is_arch(...) return config.is_value("arch", ...) end |
