mirror of
https://github.com/FWGS/hlsdk-xash3d
synced 2024-11-21 17:36:18 +01:00
waifulib: xcompile: use llvm-strip on host
This commit is contained in:
parent
17e1af726d
commit
9b1fe29eb7
@ -193,7 +193,7 @@ class Android:
|
||||
|
||||
def strip(self):
|
||||
if self.is_host():
|
||||
return 'strip'
|
||||
return 'llvm-strip'
|
||||
return os.path.join(self.gen_binutils_path(), 'strip')
|
||||
|
||||
def system_stl(self):
|
||||
|
Loading…
Reference in New Issue
Block a user