mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-28 07:48:37 -04:00
makepanda: Use llvm-strip on Android instead of strip
This commit is contained in:
parent
9230af94a3
commit
d473c794d9
@ -498,7 +498,7 @@ def GetCXX():
|
||||
def GetStrip():
|
||||
# Hack
|
||||
if TARGET == 'android':
|
||||
return TOOLCHAIN_PREFIX + 'strip'
|
||||
return 'llvm-strip'
|
||||
else:
|
||||
return 'strip'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user