Keep fixing issues with the Mac build script
This commit is contained in:
parent
200008fd81
commit
f05c3defcf
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user