diff options
| author | ruki <[email protected]> | 2025-05-12 21:51:44 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-05-12 21:51:44 +0800 |
| commit | 730ec08c13052e980b84a28cd36e495135df40c2 (patch) | |
| tree | f46a8bffc1922fce5b023e0b68492a96aef49a8e /xmake/rules/c++/modules | |
| parent | 0e5658bef9b7dc7b57ac270fc3392b048c6f89a8 (diff) | |
Update support.lua
Diffstat (limited to 'xmake/rules/c++/modules')
| -rw-r--r-- | xmake/rules/c++/modules/gcc/support.lua | 2 |
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 { |
