2
0
mirror of https://github.com/FWGS/hlsdk-xash3d synced 2024-11-21 17:36:18 +01:00

waifulib: xcompile: fix including system includes

This commit is contained in:
Alibek Omarov 2019-10-11 10:05:07 +03:00
parent fbb5da7051
commit c2849e43cf

View File

@ -240,7 +240,7 @@ class Android:
if self.is_host():
cflags += [
'--sysroot=%s/sysroot' % (self.gen_gcc_toolchain_path()),
'-I%s/usr/include/' % (self.sysroot())
'-isystem', '%s/usr/include/' % (self.sysroot())
]
cflags += ['-I%s' % (self.system_stl()), '-DANDROID', '-D__ANDROID__']