Browse Source

wscript: make libdl optional for systems that include it in libc

pull/2/head
Henry Ford 7 months ago committed by Alibek Omarov
parent
commit
652b1804a8
  1. 2
      wscript

2
wscript

@ -409,7 +409,7 @@ def configure(conf): @@ -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')

Loading…
Cancel
Save