mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-06 14:27:16 +00:00
Fix: don't use ICU on macOS
This commit is contained in:
parent
7045186594
commit
04c050f93e
@ -40,7 +40,9 @@ if (NOT WIN32)
|
||||
find_package(Fluidsynth)
|
||||
find_package(Freetype)
|
||||
find_package(Fontconfig)
|
||||
find_package(ICU OPTIONAL_COMPONENTS i18n lx)
|
||||
if (NOT APPLE)
|
||||
find_package(ICU OPTIONAL_COMPONENTS i18n lx)
|
||||
endif (NOT APPLE)
|
||||
find_package(XDG_basedir)
|
||||
endif (NOT WIN32)
|
||||
if (APPLE)
|
||||
|
Loading…
Reference in New Issue
Block a user