summaryrefslogtreecommitdiff
path: root/xmake/rules/winsdk/xmake.lua
diff options
context:
space:
mode:
authorArthur LAURENT <[email protected]>2025-05-11 16:14:15 +0200
committerArthur LAURENT <[email protected]>2025-05-11 16:14:15 +0200
commit362e731a904975eefbc337ef0a8cc3562d1ae6e8 (patch)
tree7dea4c947302141ac109ffadfc7aecca3922bb95 /xmake/rules/winsdk/xmake.lua
parent221ca3c95b37338b16446349e326c3adc935ea25 (diff)
(rules) move platform.windows.subsystem rule to its right directory and add it to platform.windows
Diffstat (limited to 'xmake/rules/winsdk/xmake.lua')
-rw-r--r--xmake/rules/winsdk/xmake.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/xmake/rules/winsdk/xmake.lua b/xmake/rules/winsdk/xmake.lua
index 3e21df3a4..04814653c 100644
--- a/xmake/rules/winsdk/xmake.lua
+++ b/xmake/rules/winsdk/xmake.lua
@@ -29,9 +29,6 @@ rule("win.sdk.application")
target:set("kind", "binary")
end)
- -- set subsystem: windows
- add_deps("platform.windows.subsystem")
-
after_load(function (target)
-- set windows subsystem
if not target:values("windows.subsystem") then