diff options
Diffstat (limited to 'xmake/rules/c++')
| -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 { |
