--- a/meson.build Mon Dec 19 01:51:23 2016 -0500 +++ b/meson.build Mon Dec 19 01:56:30 2016 -0500 @@ -126,8 +126,8 @@ is_win32 = true is_not_win32 = false # FIXME: Need to add ws2_32 to some target. - ws2_32 = declare_dependency(link_with : 'ws2_32') - dnsapi = declare_dependency(link_with : 'dnsapi') + ws2_32 = compiler.find_library('ws2_32') + dnsapi = compiler.find_library('dnsapi') WINDRES = generator(find_program('windres'), output : '@BASENAME@.o', arguments : ['-i', '@INPUT@', '-o', '@OUTPUT@'])