From 253bbdfb5ca3a78f53f024788cb13f57eb38d592 Mon Sep 17 00:00:00 2001 From: SirLynix Date: Fri, 5 Aug 2022 18:40:18 +0200 Subject: Update xmake.lua --- xmake/rules/platform/xmake.lua | 4 +--- 1 file changed, 1 insertion(+), 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 -- cgit v1.3.1