mirror of
https://github.com/Gator96100/ProxSpace.git
synced 2025-08-20 05:13:25 -07:00
Added libsndfile
This commit is contained in:
parent
dc315d8798
commit
a2899a4a9c
1 changed files with 2 additions and 0 deletions
|
@ -29,6 +29,7 @@ setup_proxspace ()
|
|||
if [ "$MSYSTEM" == "MINGW64" ]; then
|
||||
check_install mingw-w64-x86_64-gcc
|
||||
check_install mingw-w64-x86_64-readline
|
||||
check_install mingw-w64-x86_64-libsndfile
|
||||
check_install git
|
||||
check_install make
|
||||
check_install pkg-config
|
||||
|
@ -39,6 +40,7 @@ setup_proxspace ()
|
|||
if [ "$MSYSTEM" == "MINGW32" ]; then
|
||||
check_install mingw-w64-i686-readline
|
||||
check_install mingw-w64-i686-gcc
|
||||
check_install mingw-w64-i686-libsndfile
|
||||
check_install git
|
||||
check_install make
|
||||
check_install pkg-config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue