Files
extra/clazy/fix-build.patch
2025-06-22 20:39:04 -05:00

12 lines
476 B
Diff

--- a/CMakeLists.txt 2021-01-10 18:43:52.000000000 +0100
+++ b/CMakeLists.txt 2022-01-13 00:22:34.000000000 +0100
@@ -253,7 +253,7 @@
# On MSVC clang-standalone crashes with a meaningless backtrace if linked to ClazyPlugin.dll
target_link_libraries(clazy-standalone clangFrontend)
else()
- target_link_libraries(clazy-standalone ClazyPlugin)
+ target_link_libraries(clazy-standalone ClazyPlugin stdc++fs)
endif()
link_to_llvm(clazy-standalone TRUE)