summaryrefslogtreecommitdiff
path: root/xmake/core/project/config.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2019-04-24 00:34:33 +0800
committerruki <[email protected]>2019-04-23 21:27:19 +0800
commita4b4fff7cb09c6a8359bad4ee204559eb0e41c35 (patch)
treead4d4ae5a9eaff5a765a7c83040e84b6d757dc07 /xmake/core/project/config.lua
parent6a430c2260ea9ba01cfd164bfe265157b15c235f (diff)
improve autoconf tools
Diffstat (limited to 'xmake/core/project/config.lua')
-rw-r--r--xmake/core/project/config.lua2
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