diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2020-10-27 16:07:19 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-10-30 12:24:36 -0700 |
commit | 0b13cbd81b8d55ef041bf92d1855e2b1497eb170 (patch) | |
tree | ba53030373e88a3baee759e9f7148f0072ac871a /.github/workflows/mac.yml | |
parent | 4b24730ee668d3940d40a7779d1965827f9448ce (diff) | |
download | subsurface-0b13cbd81b8d55ef041bf92d1855e2b1497eb170.tar.gz |
build-system: add libmtp for Linux and macOS
Since MXE doesn't offer libmtp I'll need to add code to manually build
libmtp there.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to '.github/workflows/mac.yml')
-rw-r--r-- | .github/workflows/mac.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/mac.yml b/.github/workflows/mac.yml index 2a330c6d0..7904471ec 100644 --- a/.github/workflows/mac.yml +++ b/.github/workflows/mac.yml @@ -14,7 +14,7 @@ jobs: - name: checkout sources uses: actions/checkout@v1 - name: setup Homebrew - run: brew install autoconf automake libtool xz hidapi libusb libxml2 libxslt libzip openssl pkg-config libgit2 libssh2 libjpg libpng + run: brew install autoconf automake libtool xz hidapi libusb libxml2 libxslt libzip openssl pkg-config libgit2 libssh2 libjpg libpng libmtp - name: set our Qt build run: | mkdir -p Qt/5.13.0 |