mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-04-25 15:41:31 -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/$target/bin/* \
|
||||||
$INSTALLDIR/$package/libexec/gcc/$target/$GCC_VER/*
|
$INSTALLDIR/$package/libexec/gcc/$target/$GCC_VER/*
|
||||||
do
|
do
|
||||||
strip -d $f
|
strip $f
|
||||||
done
|
done
|
||||||
|
|
||||||
#---------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user