diff options
| author | ruki <[email protected]> | 2017-01-21 17:02:13 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-01-21 17:02:13 +0800 |
| commit | 50bc191501037fee117bee79191d21d326a0ed82 (patch) | |
| tree | c8f5dd93a4e2de8d369bafdb770f5148fd05f8d1 /xmake/platforms/windows/xmake.lua | |
| parent | b028a68c3f65f827ae2b7ff0ad644a86bb4597fa (diff) | |
add set_table api for interpreter
Diffstat (limited to 'xmake/platforms/windows/xmake.lua')
| -rwxr-xr-x | xmake/platforms/windows/xmake.lua | 4 |
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" } } - }) + } |
