fixed postbuild for builme

This commit is contained in:
vectorsigma 2019-09-12 11:47:18 +02:00
parent a355a5dad4
commit 17c96a3ae5

View File

@ -126,7 +126,7 @@ fi
# Run a post build script if exist (~/src/tools/Scripts/postbuild.sh)
if [[ -x "${DIR_TOOLS}"/Scripts/postbuild.sh ]]; then
echo "Running postbuild script"
"${DIR_TOOLS}"/Scripts/postbuild.sh
"${DIR_TOOLS}"/Scripts/postbuild.sh "${CLOVERROOT}" $MYTOOLCHAIN
fi
}