Skip to content

Commit 730ec08

Browse files
authored
Update support.lua
1 parent 0e5658b commit 730ec08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xmake/rules/c++/modules/gcc/support.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ function _get_std_module_manifest_path(target)
149149
local ext = ".so"
150150
if target:is_plat("windows", "mingw") then
151151
ext = ".dll"
152-
elseif target:is_plat("macos", "iphoneos", "tvos") then
152+
elseif target:is_plat("macosx", "iphoneos", "appletvos") then
153153
ext = ".dylib"
154154
end
155155
local stdcpp_libfile, _ = try {

0 commit comments

Comments
 (0)