From 5845be83c1cdc063873a652e122862fc4009f349 Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 14 Jun 2018 22:42:38 +0800 Subject: fix win.sdk rule --- xmake/rules/winsdk/xmake.lua | 3 +++ 1 file changed, 3 insertions(+) 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) -- cgit v1.3.1