gh-workflows-macos: Remove leftover wx dependencies.

Also remove qt gui check since it's the only gui we use.
This commit is contained in:
lightningterror 2023-01-01 07:04:13 +01:00
parent bed3cae6df
commit 2de6a5029f
1 changed files with 31 additions and 34 deletions

View File

@ -10,7 +10,6 @@ SDL=SDL2-2.26.0
PNG=1.6.37
JPG=9e
SOUNDTOUCH=soundtouch-2.3.1
WXWIDGETS=3.1.6
QT=6.3.1
mkdir deps-build
@ -77,7 +76,6 @@ make -C build install
cd ..
if [ "$GUI" == "Qt" ]; then
echo "Installing Qt Base..."
tar xf "qtbase-everywhere-src-$QT.tar.xz"
cd "qtbase-everywhere-src-$QT"
@ -120,7 +118,6 @@ EOF
make -C build "-j$NPROCS"
make -C build install
cd ..
fi
echo "Cleaning up..."
cd ..