waifulib: xcompile: use llvm-strip on host

This commit is contained in:
Alibek Omarov 2019-09-19 18:20:11 +03:00
parent 17e1af726d
commit 9b1fe29eb7
1 changed files with 1 additions and 1 deletions

View File

@ -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):