mirror of
https://github.com/w23/xash3d-fwgs
synced 2024-11-18 16:08:14 +01:00
wscript: check Android's log library globally
This commit is contained in:
parent
30d9b6d844
commit
46979419ae
@ -48,9 +48,6 @@ def configure(conf):
|
||||
conf.options.NO_ASYNC_RESOLVE = True
|
||||
if not conf.check_cc( fragment='int main(){ int i = socket();}', lib = 'wattcpwl', mandatory=False ):
|
||||
conf.define('XASH_NO_NETWORK',1)
|
||||
elif conf.env.DEST_OS == 'android': # Android doesn't need SDL2
|
||||
for i in ['log']:
|
||||
conf.check_cc(lib = i)
|
||||
elif conf.options.FBDEV_SW:
|
||||
# unused, XASH_LINUX without XASH_SDL gives fbdev & alsa support
|
||||
# conf.define('XASH_FBDEV', 1)
|
||||
|
Loading…
Reference in New Issue
Block a user