From 739f68b9e45c925ccc5a28b9b796030272575e2b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 22 Aug 2019 16:11:26 +0200 Subject: Link -ldl in bootstrap script/makefile --- bootstrap.gmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstrap.gmake') diff --git a/bootstrap.gmake b/bootstrap.gmake index e4d4b33..269d749 100644 --- a/bootstrap.gmake +++ b/bootstrap.gmake @@ -43,7 +43,7 @@ ifeq ($(OS),Windows_NT) chost := i686-w64-mingw32 override LIBS += -limagehlp else - override LIBS += -lpthread + override LIBS += -lpthread -ldl endif # Remove all the built-in rules, enable second expansion, etc. -- cgit v1.1