Skip to content

Commit 2235501

Browse files
committed
Disablign NLS in building libiconv
1 parent 9cb8b4b commit 2235501

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

build_support/lib_xmlsec_dependency_builder.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,7 @@ def _build_libiconv(self, env, prefix_arg, host_arg):
332332
'./configure',
333333
prefix_arg,
334334
'--disable-dependency-tracking',
335+
'--disable-nls',
335336
'--disable-shared',
336337
*host_arg,
337338
],

0 commit comments

Comments
 (0)