summaryrefslogtreecommitdiff
path: root/xmake/rules/c++/modules
diff options
context:
space:
mode:
authorruki <[email protected]>2025-05-12 21:51:44 +0800
committerGitHub <[email protected]>2025-05-12 21:51:44 +0800
commit730ec08c13052e980b84a28cd36e495135df40c2 (patch)
treef46a8bffc1922fce5b023e0b68492a96aef49a8e /xmake/rules/c++/modules
parent0e5658bef9b7dc7b57ac270fc3392b048c6f89a8 (diff)
Update support.lua
Diffstat (limited to 'xmake/rules/c++/modules')
-rw-r--r--xmake/rules/c++/modules/gcc/support.lua2
1 files changed, 1 insertions, 1 deletions
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 {