mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-02-01 11:15:13 +01:00
As per #5702, SDL2_ttf dependency is completely eliminated from OpenRCT2. However, there are still references to it, which are redundant and misleading. Clean up the remaining references to libsdl2-ttf. Closes: https://github.com/OpenRCT2/OpenRCT2/issues/10308
This commit is contained in:
committed by
Michał Janiszewski
parent
3bd46ed602
commit
7bf05d4c04
@@ -94,7 +94,7 @@ if [[ "$(uname)" == "Darwin" ]]; then
|
||||
brew install wine
|
||||
mac_os_install_mingw_32
|
||||
else
|
||||
brew install jansson sdl2 sdl2_ttf speex --universal
|
||||
brew install jansson sdl2 speex --universal
|
||||
fi
|
||||
elif [[ $(uname) == "Linux" ]]; then
|
||||
# Clone discord-rpc for Discord's Rich Presence support
|
||||
|
||||
Reference in New Issue
Block a user