diff options
| author | ruki <[email protected]> | 2018-04-20 23:40:54 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2018-04-20 16:05:29 +0800 |
| commit | 598ea9abf5fb2439da4c85e323335a6fbeaed6db (patch) | |
| tree | df8a3858094291f06c22b3fe64c5d8e361b585d1 /xmake/platforms/macosx/xmake.lua | |
| parent | 21b7c449fa0184bffea572e72ce745d9cd3c2df8 (diff) | |
rename xcode dir config
Diffstat (limited to 'xmake/platforms/macosx/xmake.lua')
| -rw-r--r-- | xmake/platforms/macosx/xmake.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmake/platforms/macosx/xmake.lua b/xmake/platforms/macosx/xmake.lua index 1e10442be..7c6a897d8 100644 --- a/xmake/platforms/macosx/xmake.lua +++ b/xmake/platforms/macosx/xmake.lua @@ -51,7 +51,7 @@ platform("macosx") config = { {category = "XCode SDK Configuration" } - , {nil, "xcode_dir", "kv", "auto", "The Xcode Application Directory" } + , {nil, "xcode", "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" } , {category = "Cuda SDK Configuration" } @@ -64,7 +64,7 @@ platform("macosx") , global = { {} - , {nil, "xcode_dir", "kv", "auto", "The Xcode Application Directory" } + , {nil, "xcode", "kv", "auto", "The Xcode Application Directory" } , {nil, "cuda", "kv", "auto", "The Cuda SDK Directory" } , {nil, "qt", "kv", "auto", "The Qt SDK Directory" } } |
