diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2024-08-07 09:44:05 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2024-08-09 15:22:17 -0500 |
commit | 44218ddbce3c58ee2e0cdf737d567fa568a242e3 (patch) | |
tree | 636a7a20ec24c42a73a9e0d1d52eee67d50889ed /user/clazy/fix-link-fs-lib.patch | |
parent | ee13d2e0fe1ee5c41fbfb809e6a2e4fb403545fe (diff) | |
download | packages-44218ddbce3c58ee2e0cdf737d567fa568a242e3.tar.gz packages-44218ddbce3c58ee2e0cdf737d567fa568a242e3.tar.bz2 packages-44218ddbce3c58ee2e0cdf737d567fa568a242e3.tar.xz packages-44218ddbce3c58ee2e0cdf737d567fa568a242e3.zip |
user/clazy: Update to 1.12
Adds LLVM 18 and Clang 18 support.
Diffstat (limited to 'user/clazy/fix-link-fs-lib.patch')
-rw-r--r-- | user/clazy/fix-link-fs-lib.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user/clazy/fix-link-fs-lib.patch b/user/clazy/fix-link-fs-lib.patch index 9096ec57b..6bd09bd32 100644 --- a/user/clazy/fix-link-fs-lib.patch +++ b/user/clazy/fix-link-fs-lib.patch @@ -1,7 +1,7 @@ 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 @@ +@@ -262,6 +262,7 @@ target_link_libraries(clazy-standalone clangFrontend) else() target_link_libraries(clazy-standalone ClazyPlugin) |