1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-30 10:15:36 +01:00

Merge pull request #7431 from IntelOrca/refactor/use-shared-ptr-1

Use shared_ptr for long-life objects
This commit is contained in:
Ted John
2018-05-13 00:19:43 +01:00
committed by GitHub
72 changed files with 708 additions and 449 deletions

View File

@@ -99,7 +99,7 @@ if [[ "$(uname)" == "Darwin" ]]; then
elif [[ $(uname) == "Linux" ]]; then
# Clone discord-rpc for Discord's Rich Presence support
# Use tagged release to prevent upstream changes from breaking our code
git clone https://github.com/discordapp/discord-rpc -b v3.2.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:
# https://github.com/Tencent/rapidjson/issues/1205
git clone https://github.com/janisozaur/rapidjson discord-rpc/thirdparty/rapidjson -b patch-1