Skip to content

Commit

Permalink
CI: Disable brotili in Mac curl build
Browse files Browse the repository at this point in the history
Hopefully get rid of the dependency..
  • Loading branch information
stenzek committed Sep 13, 2022
1 parent 7e0036c commit 6c193eb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/build-dependencies-mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ tar xf "curl-$CURL.tar.gz"
cd "curl-$CURL"
mkdir build-x64
cd build-x64
../configure --prefix "$INSTALLDIR" --with-secure-transport
../configure --prefix "$INSTALLDIR" --with-secure-transport --without-brotli
make "-j$NPROCS"
make install
cd ..
Expand Down
1 change: 0 additions & 1 deletion src/duckstation-qt/coverdownloaddialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
CoverDownloadDialog::CoverDownloadDialog(QWidget* parent /*= nullptr*/) : QDialog(parent)
{
m_ui.setupUi(this);
m_ui.urls->setText("http://xyzserver1.duckstation.org/upload/covers/psx/${title}.jpg");
updateEnabled();

connect(m_ui.start, &QPushButton::clicked, this, &CoverDownloadDialog::onStartClicked);
Expand Down

0 comments on commit 6c193eb

Please sign in to comment.