diff options
| -rw-r--r-- | xmake/rules/platform/xmake.lua | 4 |
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 |
