wscript: make libdl optional for systems that include it in libc
This commit is contained in:
parent
e7e1677786
commit
652b1804a8
1 changed files with 1 additions and 1 deletions
2
wscript
2
wscript
|
@ -409,7 +409,7 @@ def configure(conf):
|
||||||
for i in a:
|
for i in a:
|
||||||
conf.check_cc(lib = i)
|
conf.check_cc(lib = i)
|
||||||
else:
|
else:
|
||||||
conf.check_cc(lib='dl')
|
conf.check_cc(lib='dl', mandatory = False)
|
||||||
conf.check_cc(lib='m')
|
conf.check_cc(lib='m')
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue