Skip to content

Commit f402495

Browse files
committed
wscript: make bzip2 mandatory #321
1 parent b45295e commit f402495

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wscript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ def options(opt):
332332
def check_deps(conf):
333333
if conf.env.DEST_OS != 'win32':
334334
conf.check_cc(lib='dl', mandatory=False)
335-
conf.check_cc(lib='bz2', mandatory=False)
335+
conf.check_cc(lib='bz2', mandatory=True)
336336
conf.check_cc(lib='rt', mandatory=False)
337337

338338
if not conf.env.LIB_M: # HACK: already added in xcompile!

0 commit comments

Comments
 (0)