From d36ba2fe2114dd708226843e3759b56ae0aac4bc Mon Sep 17 00:00:00 2001 From: ruki Date: Mon, 29 Jun 2020 23:50:40 +0800 Subject: fix check_xcode --- xmake/toolchains/xcode/check.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmake/toolchains/xcode/check.lua') diff --git a/xmake/toolchains/xcode/check.lua b/xmake/toolchains/xcode/check.lua index e49957b17..a084cd586 100644 --- a/xmake/toolchains/xcode/check.lua +++ b/xmake/toolchains/xcode/check.lua @@ -60,7 +60,7 @@ function main(toolchain) target_minver = macos_ver:major() .. "." .. macos_ver:minor() end end - config.set("target_minver_" .. toolchain:plat(), target_minver) end + config.set("target_minver_" .. toolchain:plat(), target_minver) return true end -- cgit v1.3.1