mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-17 18:40:02 +00:00
waflib: fix wrong identation.
This commit is contained in:
parent
1ffc593993
commit
37181e410f
@ -22,8 +22,8 @@ def get_git_version():
|
|||||||
except Exception as e:
|
except Exception as e:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
if(len(version) == 0):
|
if(len(version) == 0):
|
||||||
version = None
|
version = None
|
||||||
|
|
||||||
return version
|
return version
|
||||||
|
|
||||||
|
@ -76,8 +76,8 @@ class Android:
|
|||||||
|
|
||||||
self.toolchain = toolchain
|
self.toolchain = toolchain
|
||||||
|
|
||||||
if self.ndk_rev >= 19 or 'clang' in self.toolchain:
|
if self.ndk_rev >= 19 or 'clang' in self.toolchain:
|
||||||
self.clang = True
|
self.clang = True
|
||||||
|
|
||||||
if self.is_arm64() or self.is_amd64() and self.api < 21:
|
if self.is_arm64() or self.is_amd64() and self.api < 21:
|
||||||
Logs.warn('API level for 64-bit target automatically was set to 21')
|
Logs.warn('API level for 64-bit target automatically was set to 21')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user