diff options
| -rw-r--r-- | xmake/rules/c++/xmake.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/rules/c++/xmake.lua b/xmake/rules/c++/xmake.lua index 9ec8f57c4..bce2606d7 100644 --- a/xmake/rules/c++/xmake.lua +++ b/xmake/rules/c++/xmake.lua @@ -63,6 +63,7 @@ rule("c++") add_deps("utils.check.licenses") -- add platform rules + add_deps("platform.wasm") add_deps("platform.windows") -- add linker rules |
