mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-03-24 19:14:24 -05:00
remove -d from strip - fails on OSX
This commit is contained in:
parent
8007fd4bcb
commit
441cdd3f3b
|
|
@ -435,7 +435,7 @@ for f in $INSTALLDIR/$package/bin/* \
|
|||
$INSTALLDIR/$package/$target/bin/* \
|
||||
$INSTALLDIR/$package/libexec/gcc/$target/$GCC_VER/*
|
||||
do
|
||||
strip -d $f
|
||||
strip $f
|
||||
done
|
||||
|
||||
#---------------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user