summaryrefslogtreecommitdiff
path: root/Doxyfile
diff options
context:
space:
mode:
authorPatric Stout <truebrain@openttd.org>2019-03-10 16:46:19 +0100
committerPatric Stout <truebrain@openttd.org>2019-03-11 10:16:00 +0100
commit36105841b9d09a3c1cd1a8f7a5bd7b84af135d9f (patch)
tree55f8b48637df8c4b15d6a6f569f2b71b71f86106 /Doxyfile
parent52d7e7d45e0a2a6033942602ed9fdec821a7d2af (diff)
downloadopenttd-36105841b9d09a3c1cd1a8f7a5bd7b84af135d9f.tar.xz
Codechange: ICU_SORT is in reality ICU_I18N (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--Doxyfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doxyfile b/Doxyfile
index 93d1e968f..b6b46257a 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -297,7 +297,7 @@ PREDEFINED = ENABLE_NETWORK \
WITH_PNG \
WITH_FONTCONFIG \
WITH_FREETYPE \
- WITH_ICU_SORT \
+ WITH_ICU_I18N \
WITH_ICU_LX \
UNICODE \
_UNICODE \