Do not build ctpp2 with iconv support.

This commit is contained in:
Matthieu Gautier 2018-04-06 17:47:46 +02:00
parent 27bce3cd99
commit 83a4841ea2
1 changed files with 1 additions and 1 deletions

View File

@ -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):