mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-23 15:52:55 +01:00
Use @IntelOrca's discord-rpc to fix discordapp/discord-rpc#134
This commit is contained in:
@@ -99,7 +99,7 @@ if [[ "$(uname)" == "Darwin" ]]; then
|
|||||||
elif [[ $(uname) == "Linux" ]]; then
|
elif [[ $(uname) == "Linux" ]]; then
|
||||||
# Clone discord-rpc for Discord's Rich Presence support
|
# Clone discord-rpc for Discord's Rich Presence support
|
||||||
# Use tagged release to prevent upstream changes from breaking our code
|
# Use tagged release to prevent upstream changes from breaking our code
|
||||||
git clone https://github.com/discordapp/discord-rpc -b v3.3.0
|
git clone https://github.com/IntelOrca/discord-rpc -b fix/134-iothreadholder
|
||||||
# Use rapidjson with a hack for GCC 8, while awaiting a fix upstream:
|
# Use rapidjson with a hack for GCC 8, while awaiting a fix upstream:
|
||||||
# https://github.com/Tencent/rapidjson/issues/1205
|
# https://github.com/Tencent/rapidjson/issues/1205
|
||||||
git clone https://github.com/janisozaur/rapidjson discord-rpc/thirdparty/rapidjson -b patch-1
|
git clone https://github.com/janisozaur/rapidjson discord-rpc/thirdparty/rapidjson -b patch-1
|
||||||
|
|||||||
Reference in New Issue
Block a user