summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSirLynix <[email protected]>2022-08-05 18:40:18 +0200
committerSirLynix <[email protected]>2022-08-05 18:40:18 +0200
commit253bbdfb5ca3a78f53f024788cb13f57eb38d592 (patch)
tree8d498340cbd2da59ddc7cb6b9c0429d11b4a0543
parentcdd5062919821da123cd84d5dbb3cb07cd889ee9 (diff)
Update xmake.lua
-rw-r--r--xmake/rules/platform/xmake.lua4
1 files changed, 1 insertions, 3 deletions
diff --git a/xmake/rules/platform/xmake.lua b/xmake/rules/platform/xmake.lua
index 1e2cca8c6..7819d8cef 100644
--- a/xmake/rules/platform/xmake.lua
+++ b/xmake/rules/platform/xmake.lua
@@ -19,9 +19,7 @@
--
rule("platform.wasm")
- if is_plat("wasm") then
- add_deps("platform.wasm.installfiles")
- end
+ add_deps("platform.wasm.installfiles")
rule("platform.windows")
if is_host("windows") then