mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-07 19:18:19 +02:00
LLVM 19 update
This commit is contained in:
parent
195463cb77
commit
dcc1f23271
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ if (LLVM_FOUND)
|
||||||
include_directories(${LLVM_INCLUDE_DIRS})
|
include_directories(${LLVM_INCLUDE_DIRS})
|
||||||
add_definitions(${LLVM_DEFINITIONS})
|
add_definitions(${LLVM_DEFINITIONS})
|
||||||
|
|
||||||
set(TARGET_LIBS_OS "-lLLVM-18")
|
set(TARGET_LIBS_OS "-lLLVM-19")
|
||||||
else()
|
else()
|
||||||
message(FATAL_ERROR "LLVM not found")
|
message(FATAL_ERROR "LLVM not found")
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue