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
07de69c2
Commit
07de69c2
authored
Apr 08, 2013
by
Andoni Morales Alastruey
Browse files
gettext-tools: install toolchain dependencies in the built-tools prefix
parent
be3241ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
recipes/build-tools/gettext-tools.recipe
View file @
07de69c2
...
...
@@ -11,7 +11,7 @@ class Recipe(recipe.Recipe):
url = 'http://ftp.gnu.org/pub/gnu/gettext/gettext-0.18.2.tar.gz'
platform_deps = {
Platform.DARWIN: ['libiconv', 'sed'],
Platform.WINDOWS: ['libiconv'],}
Platform.WINDOWS: ['libiconv'
, 'libstdc++', 'mingw'
],}
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