diff options
| author | retro98boy <[email protected]> | 2025-05-03 13:45:56 +0800 |
|---|---|---|
| committer | retro98boy <[email protected]> | 2025-05-03 13:45:56 +0800 |
| commit | 287629bf005d4b5ce3e534e91dcabc05fd58f70f (patch) | |
| tree | 722d04a9139ee07cffdabf67c812d045a0f4dab8 | |
| parent | 2774ecbc0961e1e2b1f995d8937b44c2c90e11c6 (diff) | |
update asm sourcekinds
| -rw-r--r-- | xmake/languages/asm/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/languages/asm/xmake.lua b/xmake/languages/asm/xmake.lua index b73280355..86b81d237 100644 --- a/xmake/languages/asm/xmake.lua +++ b/xmake/languages/asm/xmake.lua @@ -20,7 +20,7 @@ language("asm") add_rules("asm") - set_sourcekinds {as = {".s", ".asm"}} + set_sourcekinds {as = {".s", ".S", ".asm"}} set_sourceflags {as = "asflags"} set_targetkinds {binary = "ld", static = "ar", shared = "sh"} set_targetflags {binary = "ldflags", static = "arflags", shared = "shflags"} |
