mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Cleanup a few duplicate llvm libs that snuck in with the recent update.
Noticed by: rdivacky
This commit is contained in:
parent
8c024896fd
commit
a36ffd6955
1 changed files with 1 additions and 4 deletions
|
|
@ -71,15 +71,12 @@ SUBDIR= libclanganalysis \
|
|||
libllvmx86utils
|
||||
|
||||
.if ${MK_CLANG_EXTRAS} != "no"
|
||||
SUBDIR+=libllvmarchive \
|
||||
libllvmdebuginfo \
|
||||
SUBDIR+=libllvmdebuginfo \
|
||||
libllvmexecutionengine \
|
||||
libllvminterpreter \
|
||||
libllvmjit \
|
||||
libllvmlinker \
|
||||
libllvmmcdisassembler \
|
||||
libllvmmcjit \
|
||||
libllvmobject \
|
||||
libllvmruntimedyld
|
||||
.endif
|
||||
.endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue