We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b45295e commit f402495Copy full SHA for f402495
wscript
@@ -332,7 +332,7 @@ def options(opt):
332
def check_deps(conf):
333
if conf.env.DEST_OS != 'win32':
334
conf.check_cc(lib='dl', mandatory=False)
335
- conf.check_cc(lib='bz2', mandatory=False)
+ conf.check_cc(lib='bz2', mandatory=True)
336
conf.check_cc(lib='rt', mandatory=False)
337
338
if not conf.env.LIB_M: # HACK: already added in xcompile!
0 commit comments