From f074b13703a2db41aad213d3ff85352805f49393 Mon Sep 17 00:00:00 2001 From: nillerusr <42746659+nillerusr@users.noreply.github.com> Date: Sat, 23 Oct 2021 15:51:37 +0300 Subject: [PATCH] Update wscript --- wscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wscript b/wscript index 0367b858d2..2ebaf7ebb1 100644 --- a/wscript +++ b/wscript @@ -333,8 +333,8 @@ def configure(conf): conf.check(lib='android_support', uselib_store='ANDROID_SUPPORT') if conf.env.DEST_OS != 'win32': - conf.check_cc(lib='dl', mandatory=False) - conf.check_cc(lib='bz2', mandatory=False) + conf.check_cc(lib='dl', mandatory=True) + conf.check_cc(lib='bz2', mandatory=True) conf.check_cc(lib='rt', mandatory=False) if not conf.env.LIB_M: # HACK: already added in xcompile!