summaryrefslogtreecommitdiff
path: root/xmake/rules/platform/xmake.lua
diff options
context:
space:
mode:
authorSirLynix <[email protected]>2022-08-05 18:35:24 +0200
committerSirLynix <[email protected]>2022-08-05 18:35:24 +0200
commitcdd5062919821da123cd84d5dbb3cb07cd889ee9 (patch)
tree60856345007ddea1b304a5ab1020d808c6e2f7b2 /xmake/rules/platform/xmake.lua
parentcaf2e66bcecf3370472bcb9dca266ae5037f7284 (diff)
wasm: install all files (close #2645)
Diffstat (limited to 'xmake/rules/platform/xmake.lua')
-rw-r--r--xmake/rules/platform/xmake.lua5
1 files changed, 5 insertions, 0 deletions
diff --git a/xmake/rules/platform/xmake.lua b/xmake/rules/platform/xmake.lua
index 3b11a8047..1e2cca8c6 100644
--- a/xmake/rules/platform/xmake.lua
+++ b/xmake/rules/platform/xmake.lua
@@ -18,6 +18,11 @@
-- @file xmake.lua
--
+rule("platform.wasm")
+ if is_plat("wasm") then
+ add_deps("platform.wasm.installfiles")
+ end
+
rule("platform.windows")
if is_host("windows") then
add_deps("platform.windows.def")