Do not build ctpp2 with iconv support.
This commit is contained in:
parent
27bce3cd99
commit
83a4841ea2
|
@ -147,7 +147,7 @@ class CTPP2(Dependency):
|
||||||
]
|
]
|
||||||
|
|
||||||
class Builder(CMakeBuilder):
|
class Builder(CMakeBuilder):
|
||||||
configure_option = "-DMD5_SUPPORT=OFF"
|
configure_option = "-DMD5_SUPPORT=OFF -DICONV_SUPPORT=OFF"
|
||||||
|
|
||||||
|
|
||||||
class CTPP2C(CTPP2):
|
class CTPP2C(CTPP2):
|
||||||
|
|
Loading…
Reference in New Issue