Skip to content

Commit

Permalink
win
Browse files Browse the repository at this point in the history
Signed-off-by: Larry Gritz <[email protected]>
  • Loading branch information
lgritz committed Jan 11, 2025
1 parent fafb325 commit 66dfbf0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/cmake/modules/FindLLVM.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ else ()
endif ()
string (REPLACE " " ";" LLVM_SYSTEM_LIBRARIES "${LLVM_SYSTEM_LIBRARIES}")

# Seems necessary on our Windows CI?
string (REPLACE "libxml2s.lib" "" LLVM_SYSTEM_LIBRARIES "${LLVM_SYSTEM_LIBRARIES}")

find_library ( LLVM_LIBRARY
NAMES LLVM-${LLVM_VERSION} LLVM
PATHS ${LLVM_LIB_DIR}
Expand Down

0 comments on commit 66dfbf0

Please sign in to comment.