From 0f8971e5193d7c7f8c9955e921921551354ff00b Mon Sep 17 00:00:00 2001 From: Zach van Rijn Date: Fri, 19 Aug 2022 01:20:57 +0000 Subject: user/clazy: bump { 1.7 --> 1.11 }. fixes #771. --- user/clazy/fix-link-fs-lib.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 user/clazy/fix-link-fs-lib.patch (limited to 'user/clazy/fix-link-fs-lib.patch') diff --git a/user/clazy/fix-link-fs-lib.patch b/user/clazy/fix-link-fs-lib.patch new file mode 100644 index 000000000..9096ec57b --- /dev/null +++ b/user/clazy/fix-link-fs-lib.patch @@ -0,0 +1,11 @@ +diff -ur a/CMakeLists.txt b/CMakeLists.txt +--- a/CMakeLists.txt 2022-08-19 00:58:47.518958902 +0000 ++++ b/CMakeLists.txt 2022-08-19 01:03:37.193667800 +0000 +@@ -264,6 +264,7 @@ + target_link_libraries(clazy-standalone clangFrontend) + else() + target_link_libraries(clazy-standalone ClazyPlugin) ++ target_link_libraries(clazy-standalone stdc++fs) + endif() + + link_to_llvm(clazy-standalone TRUE) -- cgit v1.2.3-70-g09d2