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/actions/require/action | |
| parent | 21b7c449fa0184bffea572e72ce745d9cd3c2df8 (diff) | |
rename xcode dir config
Diffstat (limited to 'xmake/actions/require/action')
| -rw-r--r-- | xmake/actions/require/action/build.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmake/actions/require/action/build.lua b/xmake/actions/require/action/build.lua index 01ecafe32..52b71aed4 100644 --- a/xmake/actions/require/action/build.lua +++ b/xmake/actions/require/action/build.lua @@ -47,8 +47,8 @@ function _build_for_xmakefile(package, buildfile) linux = {"sdk", "cross", "toolchains"}, cross = {"sdk", "cross", "toolchains"}, mingw = {"sdk", "cross", "toolchains"}, - macosx = {"xcode_dir", "xcode_sdkver"}, - iphoneos = {"xcode_dir", "xcode_sdkver"}, + macosx = {"xcode", "xcode_sdkver"}, + iphoneos = {"xcode", "xcode_sdkver"}, windows = {"vs"} } |
