mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 11:38:21 +02:00
Backtrace fix
This commit is contained in:
parent
af77115f18
commit
b8c0322924
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ execute_process(
|
|||
set(TARGET_LIBS_OS "${LLVM_SYSTEM_LIBS}")
|
||||
|
||||
if (HAVE_BACKTRACE_HEADERS)
|
||||
set(TARGET_LIBS_OS " -lbacktrace")
|
||||
string(APPEND TARGET_LIBS_OS " -lbacktrace")
|
||||
endif()
|
||||
|
||||
list(APPEND LLVM_LIBS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue