summaryrefslogtreecommitdiff
path: root/xmake/core/package/package.lua
diff options
context:
space:
mode:
authorKaruro Chari <[email protected]>2026-05-23 17:40:15 +0100
committerKaruro Chari <[email protected]>2026-05-23 17:40:53 +0100
commite7b60233274b11de23879cea22766588e1c95bbc (patch)
tree34660b4f499c31479b89bc644f3a5c6549b58f66 /xmake/core/package/package.lua
parentaff68423976e2c8a4feb97f19edf6716d271f0f0 (diff)
Introduced detection mechanisms to pick the best `alignof` keyword based on language, version and toolchain.
Diffstat (limited to 'xmake/core/package/package.lua')
-rw-r--r--xmake/core/package/package.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/core/package/package.lua b/xmake/core/package/package.lua
index 81efad731..2a263f65b 100644
--- a/xmake/core/package/package.lua
+++ b/xmake/core/package/package.lua
@@ -2679,7 +2679,7 @@ function _instance:check_sizeof(typename, opt)
return sandbox_module.import("lib.detect.check_sizeof", {anonymous = true})(typename, opt)
end
--- check the aligment of type
+-- check the alignment of type
--
-- @param typename the typename
-- @param opt the argument options, e.g. {includes = "xxx.h", configs = {defines = ""}}