gettext: Fix typo (#16206)

This commit is contained in:
Michael Kuhn 2020-04-21 17:48:48 +02:00 committed by GitHub
parent a41b9365a9
commit b9655636ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,7 +51,7 @@ def configure_args(self):
config_args = [
'--disable-java',
'--disable-icsharp',
'--disable-csharp',
'--with-libiconv-prefix={0}'.format(spec['iconv'].prefix),
'--with-included-glib',
'--with-included-gettext',