diff options
| author | ruki <[email protected]> | 2023-04-10 22:59:59 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-04-10 22:59:59 +0800 |
| commit | 83b7bcc4c2030cacba953ea0729117d015dec5e4 (patch) | |
| tree | 492bb33ed11c75c3d767c0fa88a7fee246458498 /xmake/rules/platform/xmake.lua | |
| parent | ca6f3733a24d04a7c698a4f1b460f3bc5f111b48 (diff) | |
add preloadfiles for wasm #3613
Diffstat (limited to 'xmake/rules/platform/xmake.lua')
| -rw-r--r-- | xmake/rules/platform/xmake.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/rules/platform/xmake.lua b/xmake/rules/platform/xmake.lua index 7819d8cef..918e48b2f 100644 --- a/xmake/rules/platform/xmake.lua +++ b/xmake/rules/platform/xmake.lua @@ -19,6 +19,7 @@ -- rule("platform.wasm") + add_deps("platform.wasm.preloadfiles") add_deps("platform.wasm.installfiles") rule("platform.windows") |
