from cerbero import recipe
class Recipe(recipe.Recipe):
name = 'gettext'
version = '0.18.1.1'
def prepare (self):
from cerbero.config import Platform
if self.config.platform == Platform.WINDOWS:
self.build.configure_options = '--enable-threads=win32'