Build sanity checks
[novacoin.git] / mingw64_deps / boost / build.sh
index 7e6e821..1283c85 100755 (executable)
@@ -9,6 +9,11 @@ echo "Expected either aarch64 or x86_64."
 exit 1
 fi
 
+if [[ ! $(which ${CROSS}-w64-mingw32-clang) ]]; then
+echo "llvm-mingw is not installed, please download it from https://github.com/mstorsjo/llvm-mingw/releases"
+exit 1
+fi
+
 # Create stage directory
 mkdir ${ROOT}/${CROSS}-w64-mingw32