forked from OSchip/llvm-project
Add libs needed by iohandler merge to Makefile for FreeBSD
Copied from the Linux case added in r200263. Discovered by the FreeBSD buildbot - I tested the branch with cmake. llvm-svn: 200548
This commit is contained in:
parent
dffda4cfec
commit
829839259a
|
@ -160,5 +160,6 @@ ifeq ($(HOST_OS),FreeBSD)
|
|||
# Allow unresolved symbols.
|
||||
LLVMLibsOptions += -Wl,--allow-shlib-undefined
|
||||
# Link in python
|
||||
LLVMLibsOptions += $(PYTHON_BUILD_FLAGS) -lrt -L/usr/local/lib -lexecinfo
|
||||
LLVMLibsOptions += $(PYTHON_BUILD_FLAGS) -lrt -L/usr/local/lib -lexecinfo \
|
||||
-ledit -lncurses -lpanel
|
||||
endif
|
||||
|
|
Loading…
Reference in New Issue