mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-03-21 17:44:41 -05:00
correct path
This commit is contained in:
parent
2bc7c32be6
commit
6e19bf865a
|
|
@ -21,7 +21,7 @@ do
|
|||
fi
|
||||
done
|
||||
|
||||
if [ VERSION -eq 2 ]; then
|
||||
if [ $VERSION -eq 2 ]; then
|
||||
for f in $prefix/mn10200/bin/*
|
||||
do
|
||||
$HOST_STRIP $f
|
||||
|
|
@ -33,5 +33,5 @@ fi
|
|||
# strip debug info from libraries
|
||||
#---------------------------------------------------------------------------------
|
||||
find $prefix/lib/gcc/$target -name *.a -exec $target-strip -d {} \;
|
||||
find $prefix/$package/$target -name *.a -exec $target-strip -d {} \;
|
||||
find $prefix/$target -name *.a -exec $target-strip -d {} \;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user