aboutsummaryrefslogtreecommitdiffstats
path: root/audio/vst3sdk/files/patch-cmake_modules_SMTG__PlatformToolset.cmake
blob: ba943b3f2bf2f8da9018cf09f1e366fc3fea2968 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- cmake/modules/SMTG_PlatformToolset.cmake.orig	2024-07-26 07:55:28 UTC
+++ cmake/modules/SMTG_PlatformToolset.cmake
@@ -62,7 +62,7 @@ macro(smtg_setup_platform_toolset)
                     set(CMAKE_ANDROID_STL_TYPE c++_static)
                     link_libraries(dl)
                  else()
-                    link_libraries(stdc++fs pthread dl)
+                    link_libraries(pthread dl)
                 endif(ANDROID)
             endif(SMTG_MAC)
         endif(XCODE)