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:
committed by
Michał Janiszewski
parent
58e8ef5de4
commit
8f3434d084
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user