summaryrefslogtreecommitdiff
path: root/xmake/platforms/wasm/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2022-12-13 23:28:45 +0800
committerruki <[email protected]>2022-12-13 23:28:45 +0800
commitebc176854cf1680a826ec9766e7ef53dfbdba0da (patch)
tree5ff7b6fbda67cab10ee75d414dee52ae66f7dc03 /xmake/platforms/wasm/xmake.lua
parent06876b8b33ae91a5dd12f8b94b295f3546885c8a (diff)
format code
Diffstat (limited to 'xmake/platforms/wasm/xmake.lua')
-rw-r--r--xmake/platforms/wasm/xmake.lua8
1 files changed, 4 insertions, 4 deletions
diff --git a/xmake/platforms/wasm/xmake.lua b/xmake/platforms/wasm/xmake.lua
index 578620384..8e794b9e7 100644
--- a/xmake/platforms/wasm/xmake.lua
+++ b/xmake/platforms/wasm/xmake.lua
@@ -44,13 +44,13 @@ platform("wasm")
set_menu {
config =
{
- {category = "Emscripten Configuration" }
- , {nil, "emsdk", "kv", nil, "emsdk directory" }
+ {category = "Emscripten Configuration" }
+ , {nil, "emsdk", "kv", nil, "The emsdk directory" }
}
, global =
{
- {category = "Emscripten Configuration" }
- , {nil, "emsdk", "kv", nil, "emsdk directory" }
+ {category = "Emscripten Configuration" }
+ , {nil, "emsdk", "kv", nil, "The emsdk directory" }
}
}