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/platform/iphoneos/iphoneos.lua | |
| parent | caeedfebaed4de91afb0c66ef1706164dad79da6 (diff) | |
add swift for linux and android
Diffstat (limited to 'xmake/scripts/platform/iphoneos/iphoneos.lua')
| -rw-r--r-- | xmake/scripts/platform/iphoneos/iphoneos.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/xmake/scripts/platform/iphoneos/iphoneos.lua b/xmake/scripts/platform/iphoneos/iphoneos.lua index cc085d66d..f9147945c 100644 --- a/xmake/scripts/platform/iphoneos/iphoneos.lua +++ b/xmake/scripts/platform/iphoneos/iphoneos.lua @@ -109,9 +109,6 @@ function iphoneos.menu(action) , {nil, "mxflags", "kv", nil, "The Objc/c++ Compiler Flags" } , {nil, "mxxflags", "kv", nil, "The Objc++ Compiler Flags" } , {} - , {nil, "sc", "kv", nil, "The Swift Compiler" } - , {nil, "scflags", "kv", nil, "The Swift Compiler Flags" } - , {} , {nil, "xcode_dir", "kv", "auto", "The Xcode Application Directory" } , {nil, "xcode_sdkver", "kv", "auto", "The SDK Version for Xcode" } , {nil, "target_minver", "kv", "auto", "The Target Minimal Version" } |
