mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-06-26 10:11:30 +00:00
Allow kiwix-lib to compile without ctpp2c.
ctpp2c is used to pre-compile the template resource. However, on OSX, ctpp2c seems to be difficult to compile, as we don't need ctpp2 at all on OSX/iOS, lets just stop to force the use of ctpp2c.
This commit is contained in:
@ -93,7 +93,6 @@ class Searcher
|
||||
std::string searchPattern;
|
||||
std::string protocolPrefix;
|
||||
std::string searchProtocolPrefix;
|
||||
std::string template_ct2;
|
||||
unsigned int resultCountPerPage;
|
||||
unsigned int estimatedResultCount;
|
||||
unsigned int resultStart;
|
||||
|
Reference in New Issue
Block a user