summaryrefslogtreecommitdiff
path: root/xmake/platforms/windows/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2017-01-21 17:02:13 +0800
committerruki <[email protected]>2017-01-21 17:02:13 +0800
commit50bc191501037fee117bee79191d21d326a0ed82 (patch)
treec8f5dd93a4e2de8d369bafdb770f5148fd05f8d1 /xmake/platforms/windows/xmake.lua
parentb028a68c3f65f827ae2b7ff0ad644a86bb4597fa (diff)
add set_table api for interpreter
Diffstat (limited to 'xmake/platforms/windows/xmake.lua')
-rwxr-xr-xxmake/platforms/windows/xmake.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmake/platforms/windows/xmake.lua b/xmake/platforms/windows/xmake.lua
index 81a4762dd..764f44412 100755
--- a/xmake/platforms/windows/xmake.lua
+++ b/xmake/platforms/windows/xmake.lua
@@ -56,7 +56,7 @@ platform("windows")
end)
-- set menu
- set_menu({
+ set_menu {
config =
{
{}
@@ -68,6 +68,6 @@ platform("windows")
{}
, {nil, "vs", "kv", "auto", "The Microsoft Visual Studio" }
}
- })
+ }