summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2018-06-14 22:42:38 +0800
committerruki <[email protected]>2018-06-14 10:15:53 +0800
commit5845be83c1cdc063873a652e122862fc4009f349 (patch)
tree9b510350163b17a9d727863abe13e3e904b81650
parent9c7bf9033b146f2099331774a16606c3a9068db4 (diff)
fix win.sdk rule
-rw-r--r--xmake/rules/winsdk/xmake.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/xmake/rules/winsdk/xmake.lua b/xmake/rules/winsdk/xmake.lua
index 5cb1a14b6..9e389de36 100644
--- a/xmake/rules/winsdk/xmake.lua
+++ b/xmake/rules/winsdk/xmake.lua
@@ -25,6 +25,9 @@
-- define rule: application
rule("win.sdk.application")
+ -- add deps
+ add_deps("win.sdk.dotnet")
+
-- after load
after_load(function (target)