Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nirbheek Chauhan
cerbero
Commits
7195aa46
Commit
7195aa46
authored
Feb 25, 2013
by
Andoni Morales Alastruey
Browse files
gettext-tools: add missing dependency in libiconv for Windows
parent
f2d887b0
Changes
1
Hide whitespace changes
Inline
Side-by-side
recipes/build-tools/gettext-tools.recipe
View file @
7195aa46
...
...
@@ -9,7 +9,9 @@ class Recipe(recipe.Recipe):
stype = SourceType.TARBALL
tarball_dirname = 'gettext-%(version)s'
url = 'http://ftp.gnu.org/pub/gnu/gettext/gettext-0.18.2.tar.gz'
platform_deps = {Platform.DARWIN: ['libiconv', 'sed']}
platform_deps = {
Platform.DARWIN: ['libiconv', 'sed'],
Platform.WINDOWS: ['libiconv'],}
configure_options = ' --disable-java --disable-csharp --disable-native-java --without-csv'
def prepare(self):
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment