script: add additional dependency check - should fix #97

Before starting the firmware building process, check for dependencies again.
This commit is contained in:
th33xitus
2021-07-25 18:42:22 +02:00
committed by GitHub
parent 7984c28fe5
commit 39219c105e

View File

@@ -376,6 +376,8 @@ build_fw(){
if [ -d $KLIPPER_DIR ]; then
cd $KLIPPER_DIR
status_msg "Initializing firmware build ..."
dep=(build-essential dpkg-dev make)
dependency_check
make clean
make menuconfig
status_msg "Building firmware ..."