From 48ca75555522716f0f686dcae3dd6cf3d8ad714d Mon Sep 17 00:00:00 2001 From: davidovski Date: Tue, 31 May 2022 11:05:19 +0100 Subject: removed idea of repos --- repo/llvm/libcxx-ssp-nonshared.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 repo/llvm/libcxx-ssp-nonshared.patch (limited to 'repo/llvm/libcxx-ssp-nonshared.patch') diff --git a/repo/llvm/libcxx-ssp-nonshared.patch b/repo/llvm/libcxx-ssp-nonshared.patch new file mode 100644 index 0000000..70292be --- /dev/null +++ b/repo/llvm/libcxx-ssp-nonshared.patch @@ -0,0 +1,11 @@ +--- a/libcxx/CMakeLists.txt ++++ b/libcxx/CMakeLists.txt +@@ -769,6 +769,8 @@ function(cxx_link_system_libraries target) + target_link_libraries(${target} PRIVATE atomic) + endif() + ++#ssp target_link_libraries(${target} PRIVATE ssp_nonshared) ++ + if (MINGW) + target_link_libraries(${target} PRIVATE "${MINGW_LIBRARIES}") + endif() -- cgit v1.2.1