From 730ec08c13052e980b84a28cd36e495135df40c2 Mon Sep 17 00:00:00 2001 From: ruki Date: Mon, 12 May 2025 21:51:44 +0800 Subject: Update support.lua --- xmake/rules/c++/modules/gcc/support.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmake/rules/c++/modules/gcc/support.lua b/xmake/rules/c++/modules/gcc/support.lua index 93fb03072..dd7986475 100644 --- a/xmake/rules/c++/modules/gcc/support.lua +++ b/xmake/rules/c++/modules/gcc/support.lua @@ -149,7 +149,7 @@ function _get_std_module_manifest_path(target) local ext = ".so" if target:is_plat("windows", "mingw") then ext = ".dll" - elseif target:is_plat("macos", "iphoneos", "tvos") then + elseif target:is_plat("macosx", "iphoneos", "appletvos") then ext = ".dylib" end local stdcpp_libfile, _ = try { -- cgit v1.3.1