mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-01-11 15:38:12 +00: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):
|
def strip(self):
|
||||||
if self.is_host():
|
if self.is_host():
|
||||||
return 'strip'
|
return 'llvm-strip'
|
||||||
return os.path.join(self.gen_binutils_path(), 'strip')
|
return os.path.join(self.gen_binutils_path(), 'strip')
|
||||||
|
|
||||||
def system_stl(self):
|
def system_stl(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user