summaryrefslogtreecommitdiff
path: root/xmake/platforms/wasm/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2023-09-04 23:31:32 +0800
committerruki <[email protected]>2023-09-06 18:00:57 +0800
commite815f1ebcf6be884d2b45d24d0b8bf5649724ae0 (patch)
tree507c570384dd1898f68ed0ffd892c4a26b3f85ba /xmake/platforms/wasm/xmake.lua
parent64d3f5eb0665ca2face2cbd41f4308c97989edf7 (diff)
format code
Diffstat (limited to 'xmake/platforms/wasm/xmake.lua')
-rw-r--r--xmake/platforms/wasm/xmake.lua2
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")