mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-04-18 08:30:14 -05:00
allow prevention of binary stripping
This commit is contained in:
parent
c108162819
commit
b8c7c915bc
|
|
@ -231,8 +231,10 @@ fi
|
|||
|
||||
cd $BUILDSCRIPTDIR
|
||||
|
||||
echo "stripping installed binaries"
|
||||
. ./strip_bins.sh
|
||||
if [ "$BUILD_DKPRO_NO_STRIP_BINARIES" != "1" ]; then
|
||||
echo "stripping installed binaries"
|
||||
. ./strip_bins.sh
|
||||
fi
|
||||
|
||||
#---------------------------------------------------------------------------------
|
||||
# Clean up temporary files and source directories
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user