waf: make linux check for libdl

needed for libiio
This commit is contained in:
Andrew Tridgell 2016-07-13 12:33:10 +10:00 committed by Lucas De Marchi
parent 3322d7c321
commit a5adae5fb4
1 changed files with 1 additions and 0 deletions

View File

@ -234,6 +234,7 @@ class linux(Board):
cfg.check_librt(env)
cfg.check_lttng(env)
cfg.check_libdl(env)
cfg.check_libiio(env)
env.LINKFLAGS += ['-pthread',]