mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-09 08:41:32 +00:00
add explicit llvm library for OpenBSD
This commit is contained in:
parent
7ae61e7393
commit
d9c70c7b8c
@ -55,6 +55,10 @@ ifeq "$(shell uname)" "Darwin"
|
|||||||
CLANG_LFL += -Wl,-flat_namespace -Wl,-undefined,suppress
|
CLANG_LFL += -Wl,-flat_namespace -Wl,-undefined,suppress
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq "$(shell uname)" "OpenBSD"
|
||||||
|
CLANG_LFL += `$(LLVM_CONFIG) --libdir`/libLLVM.so.0.0
|
||||||
|
endif
|
||||||
|
|
||||||
# We were using llvm-config --bindir to get the location of clang, but
|
# We were using llvm-config --bindir to get the location of clang, but
|
||||||
# this seems to be busted on some distros, so using the one in $PATH is
|
# this seems to be busted on some distros, so using the one in $PATH is
|
||||||
# probably better.
|
# probably better.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user