diff options
| author | ruki <[email protected]> | 2015-12-09 10:33:37 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2015-12-09 10:33:37 +0800 |
| commit | 2890ded4a7baa898fd5dc5f5b478f7cf41ab1f1d (patch) | |
| tree | 63fccecd8f6218dfe93527233b7283fc15c36622 /xmake/scripts/action/_config.lua | |
| parent | caeedfebaed4de91afb0c66ef1706164dad79da6 (diff) | |
add swift for linux and android
Diffstat (limited to 'xmake/scripts/action/_config.lua')
| -rw-r--r-- | xmake/scripts/action/_config.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/xmake/scripts/action/_config.lua b/xmake/scripts/action/_config.lua index 25525748f..970cc2b64 100644 --- a/xmake/scripts/action/_config.lua +++ b/xmake/scripts/action/_config.lua @@ -168,6 +168,10 @@ function _config.menu() , {nil, "asflags", "kv", nil, "The Assembler Flags" } , {} + , {nil, "sc", "kv", nil, "The Swift Compiler" } + , {nil, "scflags", "kv", nil, "The Swift Compiler Flags" } + + , {} , {nil, "ld", "kv", nil, "The Linker" } , {nil, "ldflags", "kv", nil, "The Binary Linker Flags" } |
