summaryrefslogtreecommitdiff
path: root/xmake/toolchains/xcode
diff options
context:
space:
mode:
authorruki <[email protected]>2020-06-29 23:50:40 +0800
committerruki <[email protected]>2020-06-29 17:04:00 +0800
commitd36ba2fe2114dd708226843e3759b56ae0aac4bc (patch)
tree83e56129914776c5be9c9836ddbdaa417146efc3 /xmake/toolchains/xcode
parenta9c57a3ca9b3cd4e94905e7b7429689273915f01 (diff)
fix check_xcode
Diffstat (limited to 'xmake/toolchains/xcode')
-rw-r--r--xmake/toolchains/xcode/check.lua2
1 files changed, 1 insertions, 1 deletions
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