We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57cda42 commit 5098741Copy full SHA for 5098741
1 file changed
build/Jamfile.v2
@@ -244,6 +244,9 @@ rule configure-full ( properties * : flags-only )
244
# ICU might introduce an own iconv, so check for that.
245
internal_iconv_target = has_iconv_with_icu ;
246
external_iconv_target = has_external_iconv_with_icu ;
247
+ } else if <boost.locale.icu>on in $(properties)
248
+ {
249
+ errors.user-error : "ICU support was requested but not found" ;
250
}
251
252
@@ -259,6 +262,9 @@ rule configure-full ( properties * : flags-only )
259
262
{
260
263
found-iconv = true ;
261
264
result += <library>iconv ;
265
+ } else if <boost.locale.iconv>on in $(properties)
266
267
+ errors.user-error : "Iconv support was requested but not found" ;
268
269
270
if $(found-iconv)
0 commit comments