summaryrefslogtreecommitdiff
path: root/xmake/languages
diff options
context:
space:
mode:
authorstar-hengxing <[email protected]>2022-12-09 18:36:36 +0800
committerstar-hengxing <[email protected]>2022-12-09 18:36:36 +0800
commit01f61e96f2a4399b594468c4aa6edc64ea2111fe (patch)
treed0d9a1d4e5fd8f49bf895adadcd87b84942a4fcd /xmake/languages
parent8a1033206b2911b0e37e7d31a04a72ea3586b6f1 (diff)
fix cuda vs runtime
Diffstat (limited to 'xmake/languages')
-rw-r--r--xmake/languages/cuda/xmake.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/languages/cuda/xmake.lua b/xmake/languages/cuda/xmake.lua
index a50935e4e..119796003 100644
--- a/xmake/languages/cuda/xmake.lua
+++ b/xmake/languages/cuda/xmake.lua
@@ -39,6 +39,7 @@ language("cuda")
, "target.vectorexts:check"
, "target.includedirs"
, "target.languages"
+ , "target.runtimes"
, "target.defines"
, "target.undefines"
, "toolchain.includedirs"