mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix WITH_LLDB build
A build with WITH_LLDB and not WITH_CLANG_EXTRAS failed after r276783. Reported by: rodrigc
This commit is contained in:
parent
b66f2a48e6
commit
a1b50624be
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ SRCDIR= lib/Target/AArch64/Disassembler
|
|||
INCDIR= lib/Target/AArch64
|
||||
SRCS= AArch64Disassembler.cpp
|
||||
|
||||
.if ${MK_CLANG_EXTRAS} != "no"
|
||||
.if ${MK_CLANG_EXTRAS} != "no" || .${MK_LLDB} != "no"
|
||||
SRCS+= AArch64ExternalSymbolizer.cpp
|
||||
.endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue