We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cb8b4b commit 2235501Copy full SHA for 2235501
1 file changed
build_support/lib_xmlsec_dependency_builder.py
@@ -332,6 +332,7 @@ def _build_libiconv(self, env, prefix_arg, host_arg):
332
'./configure',
333
prefix_arg,
334
'--disable-dependency-tracking',
335
+ '--disable-nls',
336
'--disable-shared',
337
*host_arg,
338
],
0 commit comments