diff options
| author | ruki <[email protected]> | 2023-09-04 23:31:32 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-09-06 18:00:57 +0800 |
| commit | e815f1ebcf6be884d2b45d24d0b8bf5649724ae0 (patch) | |
| tree | 507c570384dd1898f68ed0ffd892c4a26b3f85ba /xmake/platforms/wasm/xmake.lua | |
| parent | 64d3f5eb0665ca2face2cbd41f4308c97989edf7 (diff) | |
format code
Diffstat (limited to 'xmake/platforms/wasm/xmake.lua')
| -rw-r--r-- | xmake/platforms/wasm/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/platforms/wasm/xmake.lua b/xmake/platforms/wasm/xmake.lua index 8e794b9e7..e9c3bc1f8 100644 --- a/xmake/platforms/wasm/xmake.lua +++ b/xmake/platforms/wasm/xmake.lua @@ -28,7 +28,7 @@ platform("wasm") set_hosts("macosx", "linux", "windows", "bsd") -- set archs - set_archs("wasm32") + set_archs("wasm32", "wasm64") -- set formats set_formats("static", "lib$(name).a") |
