Usde libdw instead of bfd
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
5fce541ffb
commit
851cb11f11
|
@ -95,7 +95,7 @@ endif (WINDOWS)
|
||||||
# Set up links to all relevant libraries.
|
# Set up links to all relevant libraries.
|
||||||
SET(_LIBRARYLINKS Arbutils)
|
SET(_LIBRARYLINKS Arbutils)
|
||||||
if (NOT WINDOWS)
|
if (NOT WINDOWS)
|
||||||
set(_LIBRARYLINKS ${_LIBRARYLINKS} -lbfd -ldl)
|
set(_LIBRARYLINKS ${_LIBRARYLINKS} -ldw)
|
||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
# If we need to link the C libraries statically, do so.
|
# If we need to link the C libraries statically, do so.
|
||||||
|
|
Loading…
Reference in New Issue