mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-26 10:11:27 +00:00
Make kiwix-build installable using pip. Module is now called `kiwixbuild` because `kiwix-build` is not a valid python identifier. Also split toolchains in separated directory.
21 lines
511 B
Diff
21 lines
511 B
Diff
diff -ur ctpp2-2.8.3/src/CTPP2StringIconvOutputCollector.cpp ctpp2-2.8.3.iconv/src/CTPP2StringIconvOutputCollector.cpp
|
|
--- ctpp2-2.8.3/src/CTPP2StringIconvOutputCollector.cpp 2017-02-07 10:42:40.567806420 +0100
|
|
+++ ctpp2-2.8.3.iconv/src/CTPP2StringIconvOutputCollector.cpp 2017-01-30 15:22:19.734186564 +0100
|
|
@@ -38,6 +38,8 @@
|
|
namespace CTPP // C++ Template Engine
|
|
{
|
|
|
|
+
|
|
+#ifdef ICONV_SUPPORT
|
|
//
|
|
// Constructor
|
|
//
|
|
@@ -114,5 +116,7 @@
|
|
return 0;
|
|
}
|
|
|
|
+#endif //ICONV_SUPPORT
|
|
+
|
|
} // namespace CTPP
|
|
// End.
|