install_bin: search win64 and win32 in CYGWIN

This commit is contained in:
bol-van 2024-11-23 20:07:26 +03:00
parent 9c8662b25e
commit c6962f575e

View File

@ -68,7 +68,7 @@ case $UNAME in
;;
CYGWIN*)
UNAME=CYGWIN
ARCHLIST="win64"
ARCHLIST="win64 win32"
PKTWS=winws
;;
*)