diff options
author | Patric Stout <truebrain@openttd.org> | 2019-03-10 16:43:59 +0100 |
---|---|---|
committer | Patric Stout <truebrain@openttd.org> | 2019-03-11 10:16:00 +0100 |
commit | 52d7e7d45e0a2a6033942602ed9fdec821a7d2af (patch) | |
tree | 4db1138219b406c775dfad6e85432209ce004b92 /Doxyfile | |
parent | 7adae09897c6f17a60de9468e9e11d166ff52278 (diff) | |
download | openttd-52d7e7d45e0a2a6033942602ed9fdec821a7d2af.tar.xz |
Codechange: ICU_LAYOUT is in reality ICU_LX (according to their CMake files)
By naming it in a different way, things get a bit confusing.
Especially if we are switching to CMake, which autodetects these
things, we need to use the name the authors of ICU gave it; not
our interpertation of that name.
Diffstat (limited to 'Doxyfile')
-rw-r--r-- | Doxyfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -298,7 +298,7 @@ PREDEFINED = ENABLE_NETWORK \ WITH_FONTCONFIG \ WITH_FREETYPE \ WITH_ICU_SORT \ - WITH_ICU_LAYOUT \ + WITH_ICU_LX \ UNICODE \ _UNICODE \ _GNU_SOURCE \ |