Add libgnutls to nsi

This commit is contained in:
Jonas Kvinge
2019-04-16 22:20:30 +02:00
parent 31b24d9a09
commit b0bfb0fdd4
5 changed files with 9 additions and 9 deletions

View File

@@ -22,7 +22,7 @@ before_install:
git pull;
brew update;
brew unlink python;
brew install glib pkgconfig libffi protobuf protobuf-c qt gettext;
brew install glib pkgconfig libffi protobuf protobuf-c qt gettext gnutls;
brew install sqlite --with-fts;
brew install gstreamer gst-plugins-base;
brew install gst-plugins-good --with-flac;