mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-28 05:49:33 +00:00
Do not build ctpp2 with iconv support.
This commit is contained in:
@ -147,7 +147,7 @@ class CTPP2(Dependency):
|
||||
]
|
||||
|
||||
class Builder(CMakeBuilder):
|
||||
configure_option = "-DMD5_SUPPORT=OFF"
|
||||
configure_option = "-DMD5_SUPPORT=OFF -DICONV_SUPPORT=OFF"
|
||||
|
||||
|
||||
class CTPP2C(CTPP2):
|
||||
|
Reference in New Issue
Block a user