From ffb9143190750f53dc218cf823723641516024db Mon Sep 17 00:00:00 2001 From: Mike Black W9MDB Date: Sun, 15 Aug 2021 22:49:06 -0500 Subject: [PATCH] Another fix for build-w64-jtsdk.sh https://github.com/Hamlib/Hamlib/issues/763 --- scripts/build-w64-jtsdk.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/build-w64-jtsdk.sh b/scripts/build-w64-jtsdk.sh index 29486937c..9b07c0f74 100755 --- a/scripts/build-w64-jtsdk.sh +++ b/scripts/build-w64-jtsdk.sh @@ -290,7 +290,8 @@ then fi # Copy over the main MSYS2 Runtime DLL (v2.0 at time of development) -FILE="${QTD_F}/msys-2.0.dll" +# This is dirty +FILE="/usr/bin/msys-2.0.dll" if test -f "$FILE" then cp -a ${FILE} ${ZIP_DIR}/bin/.