diff options
| author | ruki <[email protected]> | 2025-12-15 13:41:50 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-12-15 13:41:50 +0800 |
| commit | fb06feeb88ecd2512a4a737d7e543b88892ad783 (patch) | |
| tree | 02dcca161c9389b28ef04d3b0af4967b4530377d /xmake/modules/cli/binutils/bin2obj.lua | |
| parent | 777fdde191dc443aba4b987c07247446e10bb5d9 (diff) | |
| parent | 1243c8ca1a3edbbdc5d4669f6be199bd3f20e0e8 (diff) | |
Merge pull request #7125 from xmake-io/cosmocc
fix cosmocc ci
Diffstat (limited to 'xmake/modules/cli/binutils/bin2obj.lua')
| -rw-r--r-- | xmake/modules/cli/binutils/bin2obj.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xmake/modules/cli/binutils/bin2obj.lua b/xmake/modules/cli/binutils/bin2obj.lua index 6ee6c2158..06493143a 100644 --- a/xmake/modules/cli/binutils/bin2obj.lua +++ b/xmake/modules/cli/binutils/bin2obj.lua @@ -31,7 +31,8 @@ local options = { {'p', "plat", "kv", nil, "Set the target platform (macosx, iphoneos, etc.)."}, {nil, "target_minver", "kv", nil, "Set the target minimum version (e.g., 10.0, 18.2)."}, {nil, "xcode_sdkver", "kv", nil, "Set the Xcode SDK version (e.g., 10.0, 18.2)."}, - {nil, "zeroend", "k", nil, "Append a null terminator ('\\0') at the end of data."} + {nil, "zeroend", "k", nil, "Append a null terminator ('\\0') at the end of data."}, + {nil, "cosmocc", "k", nil, "Enable cosmocc support (generate concomitant object file)."} } function main(...) |
