summaryrefslogtreecommitdiff
path: root/xmake/rules/platform
diff options
context:
space:
mode:
authorruki <[email protected]>2021-02-22 22:39:31 +0800
committerruki <[email protected]>2021-02-22 22:39:31 +0800
commitb6c0282918b7e10dd601c4300e125091e0cf2af0 (patch)
tree483441d972b753d6f4ac1fef9bd38858ed8ebf17 /xmake/rules/platform
parent3a579c246f983da7a91bc870a8395a6227ac93c7 (diff)
update changelog
Diffstat (limited to 'xmake/rules/platform')
-rw-r--r--xmake/rules/platform/windows/manifest/xmake.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/rules/platform/windows/manifest/xmake.lua b/xmake/rules/platform/windows/manifest/xmake.lua
index 63fb57622..36ddc2a0f 100644
--- a/xmake/rules/platform/windows/manifest/xmake.lua
+++ b/xmake/rules/platform/windows/manifest/xmake.lua
@@ -19,6 +19,7 @@
--
-- add *.manifest for windows
+-- https://github.com/xmake-io/xmake/issues/1241
rule("platform.windows.manifest")
set_extensions(".manifest")
before_build_file("windows", function (target, sourcefile)