diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-08-22 16:11:26 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-08-22 16:11:26 +0200 |
commit | 739f68b9e45c925ccc5a28b9b796030272575e2b (patch) | |
tree | 37314cbcca1097e95e74ea4228f5a5bf1985a7df /bootstrap.gmake | |
parent | f9ad47ad11f1166b038a57ad5d3691414c05b050 (diff) |
Link -ldl in bootstrap script/makefile
Diffstat (limited to 'bootstrap.gmake')
-rw-r--r-- | bootstrap.gmake | 2 |
1 files changed, 1 insertions, 1 deletions
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. |