X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=mingw64_deps%2Fopenssl%2Fbuild.sh;h=3bcfab5ffc4c16829835b73863889474d283ebdd;hp=2369546070c726082b3bde03955b1b6a9f7354df;hb=0d4ddd057d392e0c5fe89edd0ec24cc1356b8c7e;hpb=f2a3e5a6d0e6a6bbe7bfdcb600810d2627bd0b36 diff --git a/mingw64_deps/openssl/build.sh b/mingw64_deps/openssl/build.sh index 2369546..3bcfab5 100755 --- a/mingw64_deps/openssl/build.sh +++ b/mingw64_deps/openssl/build.sh @@ -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 + # Make build directories mkdir ${ROOT}/${CROSS}-w64-mingw32-build