mirror of https://github.com/PCSX2/pcsx2.git
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:
parent
bed3cae6df
commit
2de6a5029f
|
@ -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 ..
|
||||
|
|
Loading…
Reference in New Issue