summaryrefslogtreecommitdiff
path: root/recipes/gettext.recipe
blob: 516d104298dc8ea9c6f569eb3025657422c98cf4 (plain)
1
2
3
4
5
6
7
8
9
10
11
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'