mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-11 06:32:10 +08:00
android: initial port
This commit is contained in:
@@ -47,6 +47,8 @@ def configure(conf):
|
||||
conf.check( lib='GL' )
|
||||
|
||||
conf.env.append_unique('DEFINES', 'REF_DLL')
|
||||
if conf.env.DEST_OS2 == 'android':
|
||||
conf.check_cc(lib='log')
|
||||
|
||||
def build(bld):
|
||||
libs = [ 'public', 'M' ]
|
||||
|
||||
Reference in New Issue
Block a user