Skip to content

Commit

Permalink
wscript: make libdl optional for systems that include it in libc
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry Ford authored and a1batross committed Nov 25, 2023
1 parent e7e1677 commit 652b180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wscript
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ def configure(conf):
for i in a:
conf.check_cc(lib = i)
else:
conf.check_cc(lib='dl')
conf.check_cc(lib='dl', mandatory = False)
conf.check_cc(lib='m')


Expand Down

0 comments on commit 652b180

Please sign in to comment.