diff options
| author | ruki <[email protected]> | 2025-04-21 09:42:44 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-04-21 09:42:44 +0800 |
| commit | 95033c7144409b7fbe26815dcd641836e5f4a718 (patch) | |
| tree | 1e4c5799f380cc68e4eb4a2c6e5588aaf0b07bbe | |
| parent | fe2ff7bef55e65925c68fe504606f520014cdca5 (diff) | |
Update xmake.lua
| -rw-r--r-- | xmake/languages/cuda/xmake.lua | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/xmake/languages/cuda/xmake.lua b/xmake/languages/cuda/xmake.lua index c36f0bd2d..3f1989bff 100644 --- a/xmake/languages/cuda/xmake.lua +++ b/xmake/languages/cuda/xmake.lua @@ -32,8 +32,8 @@ language("cuda") set_nameflags { object = { - "target.runtimes" - , "config.includedirs" + "config.includedirs" + , "target.runtimes" , "target.symbols" , "target.warnings" , "target.optimize:check" @@ -64,8 +64,7 @@ language("cuda") , "target.syslinks" , "toolchain.syslinks" } - , shared = - { + , shared = { "target.runtimes" , "config.linkdirs" , "target.linkdirs" |
