| author | |
| committer | |
| log | c2c34c09b9afd8a5370dce771d5e98af5b3303a1 |
| tree | fe8860e95c26881186ae8172106584aba3bbe4eb |
| parent | 4a921b2eba294518c19b7ad71f0b3bd9a4c6522b |
This seems to be the only way to get the zig build to link against llvm
libraries in a non-standard location.1 files changed, 1 insertions(+), 1 deletions(-)
cmake/Findllvm.cmake+1-1| ... | ... | @@ -66,7 +66,7 @@ if(NOT LLVM_LIBRARIES) |
| 66 | 66 | endif() |
| 67 | 67 | |
| 68 | 68 | link_directories("${CMAKE_PREFIX_PATH}/lib") |
| 69 | ||
| 69 | link_directories("${LLVM_LIBDIRS}") | |
| 70 | 70 | |
| 71 | 71 | include(FindPackageHandleStandardArgs) |
| 72 | 72 | find_package_handle_standard_args(LLVM DEFAULT_MSG LLVM_LIBRARIES LLVM_INCLUDE_DIRS) |