summaryrefslogtreecommitdiff
path: root/xmake/toolchains/xcode/check.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2020-12-17 00:34:41 +0800
committerruki <[email protected]>2020-12-17 00:34:41 +0800
commitb16614cffa6d77431770e641c56d52355718bd34 (patch)
treef545b177f1b678677a7fa6d35651236eebab1baa /xmake/toolchains/xcode/check.lua
parent55ceaffc18102b40bee2916335303e6861e5cfcb (diff)
remove some prints
Diffstat (limited to 'xmake/toolchains/xcode/check.lua')
-rw-r--r--xmake/toolchains/xcode/check.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/toolchains/xcode/check.lua b/xmake/toolchains/xcode/check.lua
index 47d267e4e..d7412e798 100644
--- a/xmake/toolchains/xcode/check.lua
+++ b/xmake/toolchains/xcode/check.lua
@@ -59,7 +59,6 @@ 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()