mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-28 15:53:55 -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():
|
def GetStrip():
|
||||||
# Hack
|
# Hack
|
||||||
if TARGET == 'android':
|
if TARGET == 'android':
|
||||||
return TOOLCHAIN_PREFIX + 'strip'
|
return 'llvm-strip'
|
||||||
else:
|
else:
|
||||||
return 'strip'
|
return 'strip'
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user