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
792269c7
Commit
792269c7
authored
Feb 24, 2013
by
Sebastian Dröge
Browse files
gettext: Properly append new configure options with a leading space
parent
7f20b2b8
Changes
2
Hide whitespace changes
Inline
Side-by-side
recipes/build-tools/gettext-tools.recipe
View file @
792269c7
...
...
@@ -14,4 +14,4 @@ class Recipe(recipe.Recipe):
def prepare(self):
if self.config.target_platform == Platform.WINDOWS:
self.configure_options += '--enable-threads=win32'
self.configure_options += '
--enable-threads=win32'
recipes/gettext.recipe
View file @
792269c7
...
...
@@ -17,7 +17,7 @@ class Recipe(recipe.Recipe):
self.make = 'cd %s && make' % intl_path
self.make_install = 'cd %s && make PACKAGE=gettext-tools install' % intl_path
if self.config.target_platform == Platform.WINDOWS:
self.configure_options += '--enable-threads=win32'
self.configure_options += '
--enable-threads=win32'
elif self.config.target_platform == Platform.ANDROID:
self.autoreconf = True
self.autoreconf_sh = 'cd .. && ./autogen.sh --quick --skip-gnulib'
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