Keep fixing issues with the Mac build script

This commit is contained in:
oldmud0 2019-02-10 02:08:48 +00:00
parent 200008fd81
commit f05c3defcf
2 changed files with 5 additions and 4 deletions

View File

@ -1,9 +1,10 @@
language: cpp
os: osx
before_install:
- brew update
- brew install qt5
addons:
homebrew:
packages:
- qt5
script:
# XXX: please chmod +x the shell script.

View File

@ -16,7 +16,7 @@ mkdir discord-rpc
cd discord-rpc
curl -L https://github.com/discordapp/discord-rpc/releases/download/v3.4.0/discord-rpc-osx.zip -o discord_rpc_osx.zip
unzip discord_rpc_osx.zip
cp discord-rpc/osx-dynamic/lib/libdiscord-rpc.a ../lib
cp discord-rpc/osx-static/lib/libdiscord-rpc.a ../lib
cd ..
mkdir qtapng