build: rm FAudio from installdeps MINGW32 target
Do not try to install FAudio for the MINGW32 32 bit Windows MSYS2 target in `installdeps`. We do not use it for the 32 bit build and there is no package for it for MINGW32. Signed-off-by: Rafael Kitover <rkitover@gmail.com>
This commit is contained in:
parent
d8342d3d67
commit
7f49cd33ad
|
@ -1118,9 +1118,12 @@ windows_installdeps() {
|
||||||
*i686*)
|
*i686*)
|
||||||
pkgs="$pkgs nasm"
|
pkgs="$pkgs nasm"
|
||||||
;;
|
;;
|
||||||
|
*)
|
||||||
|
pkgs="$pkgs FAudio"
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
pkgs="$pkgs SDL2 sfml FAudio wxWidgets3.2 zlib binutils cmake crt-git headers-git make pkgconf tools-git windows-default-manifest libmangle-git ninja gdb ccache openal"
|
pkgs="$pkgs SDL2 sfml wxWidgets3.2 zlib binutils cmake crt-git headers-git make pkgconf tools-git windows-default-manifest libmangle-git ninja gdb ccache openal"
|
||||||
|
|
||||||
case "$target" in
|
case "$target" in
|
||||||
*x86_64)
|
*x86_64)
|
||||||
|
|
Loading…
Reference in New Issue