1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-23 15:52:55 +01:00

Add discord-rpc support to Linux

This commit is contained in:
Michał Janiszewski
2017-11-12 22:11:39 +01:00
committed by Michał Janiszewski
parent 58e8ef5de4
commit 8f3434d084
3 changed files with 12 additions and 0 deletions

View File

@@ -97,6 +97,8 @@ if [[ "$(uname)" == "Darwin" ]]; then
brew install jansson sdl2 sdl2_ttf speex --universal
fi
elif [[ $(uname) == "Linux" ]]; then
# Clone discord-rpc for Discord's Rich Presence support
git clone https://github.com/discordapp/discord-rpc
# prevent build.sh from re-doing all the steps again
case "$TARGET" in
"ubuntu_i686")