diff options
| author | SirLynix <[email protected]> | 2022-08-05 18:44:25 +0200 |
|---|---|---|
| committer | SirLynix <[email protected]> | 2022-08-05 18:44:25 +0200 |
| commit | 4711b6b0729fab030150f9d3acea44cfc095ad32 (patch) | |
| tree | cfdf2a07ad23d09b395f019e9f6db66de29c2434 | |
| parent | 253bbdfb5ca3a78f53f024788cb13f57eb38d592 (diff) | |
Forgot to save this file
| -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 |
