vcpkg/ports/sentry-native/fix-usage-runtime.patch
Vitalii Koshura ccd45eba76
[sentry-native] update to 0.7.6 (#39255)
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2024-06-12 16:10:07 -07:00

14 lines
435 B
Diff

diff --git a/external/crashpad/handler/CMakeLists.txt b/external/crashpad/handler/CMakeLists.txt
index be0e544..b0d44af 100644
--- a/external/crashpad/handler/CMakeLists.txt
+++ b/external/crashpad/handler/CMakeLists.txt
@@ -89,7 +89,7 @@ if(NOT IOS)
main.cc
)
- if(LINUX)
+ if(LINUX AND BUILD_SHARED_LIBS)
target_sources(crashpad_handler PRIVATE
../client/pthread_create_linux.cc
)