diff options
| author | Gleb Popov <arrowd@FreeBSD.org> | 2025-04-05 08:07:29 +0000 |
|---|---|---|
| committer | Gleb Popov <arrowd@FreeBSD.org> | 2025-04-05 08:07:51 +0000 |
| commit | b8bcd48a72702b9528669b792158767e1371def2 (patch) | |
| tree | af40cd82d1a8b18161e4c49d01a4fb50fc6d3787 /lang/cling/files | |
| parent | 4a6513835a034bf4d0139d820d87d5badc8ed562 (diff) | |
Diffstat (limited to 'lang/cling/files')
| -rw-r--r-- | lang/cling/files/patch-llvm_clang_lib_Headers_CMakeLists.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/cling/files/patch-llvm_clang_lib_Headers_CMakeLists.txt b/lang/cling/files/patch-llvm_clang_lib_Headers_CMakeLists.txt new file mode 100644 index 000000000000..e0c7a365910f --- /dev/null +++ b/lang/cling/files/patch-llvm_clang_lib_Headers_CMakeLists.txt @@ -0,0 +1,11 @@ +--- llvm/clang/lib/Headers/CMakeLists.txt.orig 2025-02-07 08:51:59 UTC ++++ llvm/clang/lib/Headers/CMakeLists.txt +@@ -497,7 +497,7 @@ add_header_target("utility-resource-headers" ${utility + add_header_target("windows-resource-headers" ${windows_only_files}) + add_header_target("utility-resource-headers" ${utility_files}) + +-get_clang_resource_dir(header_install_dir SUBDIR include) ++get_clang_resource_dir(header_install_dir SUBDIR include PREFIX cling) + + ############################################################# + # Install rules for the catch-all clang-resource-headers target |
