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 0e5658b commit 730ec08Copy full SHA for 730ec08
xmake/rules/c++/modules/gcc/support.lua
@@ -149,7 +149,7 @@ function _get_std_module_manifest_path(target)
149
local ext = ".so"
150
if target:is_plat("windows", "mingw") then
151
ext = ".dll"
152
- elseif target:is_plat("macos", "iphoneos", "tvos") then
+ elseif target:is_plat("macosx", "iphoneos", "appletvos") then
153
ext = ".dylib"
154
end
155
local stdcpp_libfile, _ = try {
0 commit comments