diff options
| author | ruki <[email protected]> | 2020-12-17 00:10:01 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-12-17 00:10:01 +0800 |
| commit | 2fb94d278e31d0e10870317a4534891148921a0f (patch) | |
| tree | 9696c6446544dea5cd237deb13d0b3c257373f89 /xmake/toolchains/xcode/check.lua | |
| parent | f699852e87b0b3d784cb9b00029e9c6b96b6224f (diff) | |
improve menuconfig
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 d7412e798..47d267e4e 100644 --- a/xmake/toolchains/xcode/check.lua +++ b/xmake/toolchains/xcode/check.lua @@ -59,6 +59,7 @@ function main(toolchain) end end end + print(toolchain:cachekey(), target_minver) toolchain:config_set("xcode_sdkver", xcode_sdkver) toolchain:config_set("target_minver", target_minver) toolchain:configs_save() |
