Fix build/strip for arm

This commit is contained in:
Siegfried Siegert 2020-09-14 10:27:56 +02:00
parent f21e4ff1d6
commit 6f319cf6dd

View File

@ -52,7 +52,7 @@ build_linux_arm() {
echo -e "\t\t${GREEN}... done${NC}"
echo -e "\nstipping arm binary:"
strip -o ${TARGET}-linux-arm-stripped ${APP}-linux-arm
strip -o ${APP}-linux-arm-stripped ${APP}-linux-arm
echo -e "\t\t${GREEN}... done${NC}"
}