boost: fixed detect system icu bug on version 1.65.0 or older. (#22375)

This commit is contained in:
Toyohisa Kameyama 2021-03-20 10:52:38 +09:00 committed by GitHub
parent 187c23d3c5
commit b8815e577b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -545,7 +545,7 @@ def install(self, spec, prefix):
threading_opts = self.determine_b2_options(spec, b2_options)
b2('--clean')
b2('--clean', *b2_options)
# In theory it could be done on one call but it fails on
# Boost.MPI if the threading options are not separated.