remove unnecessary scons clean

pull/21456/head
Adeeb Shihadeh 4 years ago
parent a680d0cea1
commit c0012892da
  1. 1
      launch_chffrplus.sh

@ -84,7 +84,6 @@ function two_init {
if [ ! -f "$BASEDIR/prebuilt" ]; then
# Clean old build products, but preserve the scons cache
cd $DIR
scons --clean
git clean -xdf
git submodule foreach --recursive git clean -xdf
fi

Loading…
Cancel
Save