26 Feb
2015
26 Feb
'15
4:48 p.m.
On 26 February 2015 at 15:44, Steven Watanabe
On 02/26/2015 08:33 AM, Rob Desbois wrote:
I want to build the Boost libs without ICU support in Regex, but have been unable to prevent it from being linked in.
You need to pass --disable-icu to b2. It looks like the bootstrap script doesn't record --without-icu in a way that the regex build understands.
Many thanks Steven, that worked perfectly.