1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-19 04:29:09 +00:00

Codechange: liblzma is called liblzma, how ever strange that might be

It is the only library we use that calls itself with 'lib' in the
name. This might be confusing, but with the arrival of cmake a lot
of these things are automated. And detection will find 'liblzma',
not 'lzma', like with 'lzo', 'zlib', ..
This commit is contained in:
Patric Stout
2019-03-10 16:41:01 +01:00
parent dcc5183dd0
commit 7adae09897
12 changed files with 37 additions and 37 deletions

View File

@@ -292,7 +292,7 @@ INCLUDE_FILE_PATTERNS =
PREDEFINED = ENABLE_NETWORK \
WITH_ZLIB \
WITH_LZO \
WITH_LZMA \
WITH_LIBLZMA \
WITH_SDL \
WITH_PNG \
WITH_FONTCONFIG \