diff options
| author | ruki <[email protected]> | 2025-04-21 09:41:30 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-04-21 09:41:30 +0800 |
| commit | fe2ff7bef55e65925c68fe504606f520014cdca5 (patch) | |
| tree | 58df79993936ef269ecd178d1b67d6378599c74e | |
| parent | 1268f540f464d1fc2612088d8b6d145083ad36a3 (diff) | |
Update xmake.lua
| -rw-r--r-- | xmake/languages/c/xmake.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmake/languages/c/xmake.lua b/xmake/languages/c/xmake.lua index 8fb67b6b1..21fb308f0 100644 --- a/xmake/languages/c/xmake.lua +++ b/xmake/languages/c/xmake.lua @@ -32,10 +32,10 @@ language("c") set_nameflags { object = { - "target.runtimes" - , "config.includedirs" + "config.includedirs" , "config.frameworkdirs" , "config.frameworks" + , "target.runtimes" , "target.symbols" , "target.warnings" , "target.fpmodels" |
