Build sanity checks
[novacoin.git] / mingw64_deps / db / build.sh
index a59c4a7..203be24 100755 (executable)
@@ -15,6 +15,11 @@ echo "llvm-mingw is not installed, please download it from https://github.com/ms
 exit 1
 fi
 
+if [[ ! $(which make) ]]; then
+echo "make is not installed, please install buld-essential package"
+exit 1
+fi
+
 if [ "${CROSS}" == "aarch64" ]; then
 MUTEX="ARM64/gcc-assembly"
 fi