diff options
| author | Karuro Chari <[email protected]> | 2026-05-22 11:47:53 +0100 |
|---|---|---|
| committer | Karuro Chari <[email protected]> | 2026-05-22 11:47:53 +0100 |
| commit | aff68423976e2c8a4feb97f19edf6716d271f0f0 (patch) | |
| tree | e54ebc32e6e35d2d6cccc20a5474c67a4b98489d /xmake/includes/check/xmake.lua | |
| parent | 1abc5af91f5c4eed1fadd7ad758bfd82a4a8be77 (diff) | |
Introduced alignof support like the one for check_sizeof
Diffstat (limited to 'xmake/includes/check/xmake.lua')
| -rw-r--r-- | xmake/includes/check/xmake.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/includes/check/xmake.lua b/xmake/includes/check/xmake.lua index 8d8b599ab..def264d85 100644 --- a/xmake/includes/check/xmake.lua +++ b/xmake/includes/check/xmake.lua @@ -33,4 +33,5 @@ includes("@builtin/check/check_links.lua") includes("@builtin/check/check_macros.lua") includes("@builtin/check/check_syslinks.lua") includes("@builtin/check/check_sizeof.lua") +includes("@builtin/check/check_alignof.lua") includes("@builtin/check/check_bigendian.lua") |
