Vpc parser (#31)

Co-authored-by: nillerusr <nillerusr@users.noreply.github.com>
This commit is contained in:
nillerusr
2021-11-16 20:50:27 +03:00
committed by GitHub
parent fb55975a75
commit d947e5e20e
3 changed files with 185 additions and 3 deletions

View File

@@ -341,8 +341,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=True)
conf.check_cc(lib='bz2', mandatory=True)
conf.check_cc(lib='dl', mandatory=False)
conf.check_cc(lib='bz2', mandatory=False)
conf.check_cc(lib='rt', mandatory=False)
if not conf.env.LIB_M: # HACK: already added in xcompile!