We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e2f79f commit 7be2041Copy full SHA for 7be2041
xmake/rules/c++/modules/clang/support.lua
@@ -71,7 +71,7 @@ function _get_cpplibrary_name(target)
71
elseif target:has_runtime("MD", "MT", "MDd", "MTd") then
72
return "msstl"
73
end
74
- if target:is_plat("macosx") then
+ if target:is_plat("macosx") or target:is_plat("ios") or target:is_plat("tvos") then
75
return "c++"
76
elseif target:is_plat("linux") then
77
return "stdc++"
0 commit comments