diff options
Diffstat (limited to 'xmake/rules/platform/xmake.lua')
| -rw-r--r-- | xmake/rules/platform/xmake.lua | 5 |
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") |
