From 851cb11f11d3dc381be487a6d6719a655448e759 Mon Sep 17 00:00:00 2001 From: Deukhoofd Date: Sat, 26 Feb 2022 15:22:11 +0100 Subject: [PATCH] Usde libdw instead of bfd --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 85caf11..312984e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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.