Usde libdw instead of bfd
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Deukhoofd 2022-02-26 15:22:11 +01:00
parent 5fce541ffb
commit 851cb11f11
Signed by: Deukhoofd
GPG Key ID: F63E044490819F6F
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ endif (WINDOWS)
# Set up links to all relevant libraries.
SET(_LIBRARYLINKS Arbutils)
if (NOT WINDOWS)
set(_LIBRARYLINKS ${_LIBRARYLINKS} -lbfd -ldl)
set(_LIBRARYLINKS ${_LIBRARYLINKS} -ldw)
endif ()
# If we need to link the C libraries statically, do so.