mirror of
https://github.com/FWGS/hlsdk-xash3d
synced 2024-11-22 01:47:45 +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):
|
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