diff options
| author | ruki <[email protected]> | 2020-12-17 22:43:28 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-12-17 22:43:28 +0800 |
| commit | 98a044d2947d070d035fe76c651fdbf9f0c3b135 (patch) | |
| tree | d48e513627c575d6a5b57c121944e96198e29ff0 /xmake/toolchains/xcode/check.lua | |
| parent | cca7e9f2b46df3003143a11e8e391567b9472014 (diff) | |
save xcode directory to toolchain
Diffstat (limited to 'xmake/toolchains/xcode/check.lua')
| -rw-r--r-- | xmake/toolchains/xcode/check.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/toolchains/xcode/check.lua b/xmake/toolchains/xcode/check.lua index b8707a2a9..7bd6eca84 100644 --- a/xmake/toolchains/xcode/check.lua +++ b/xmake/toolchains/xcode/check.lua @@ -79,6 +79,7 @@ function main(toolchain) end end end + toolchain:config_set("xcode", xcode.sdkdir) toolchain:config_set("xcode_sdkver", xcode_sdkver) toolchain:config_set("target_minver", target_minver) toolchain:configs_save() |
