Browse Source

rename windows bin dirs

pull/1504/head
bol-van 2 months ago
parent
commit
0be4cbf8a4
  1. 4
      .github/workflows/build.yml
  2. 2
      install_bin.sh

4
.github/workflows/build.yml

@ -452,8 +452,8 @@ jobs:
*-linux-x86_64 ) run_dir linux-x86_64 ;;
*-linux-lexra ) run_dir linux-lexra ;;
*-mac-x64 ) run_dir mac64 ;;
*-win-x86 ) run_dir win32 ;;
*-win-x86_64 ) run_dir win64 ;;
*-win-x86 ) run_dir windows-x86 ;;
*-win-x86_64 ) run_dir windows-x86_64 ;;
esac
fi
done

2
install_bin.sh

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

Loading…
Cancel
Save