boost: Run b2 headers after a git clone (#24889)

This commit is contained in:
Erik Schnetter 2021-07-14 23:00:44 -04:00 committed by GitHub
parent 29f10624bd
commit 0a3f875b95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -551,6 +551,10 @@ def install(self, spec, prefix):
threading_opts = self.determine_b2_options(spec, b2_options)
# Create headers if building from a git checkout
if '@develop' in spec:
b2('headers', *b2_options)
b2('--clean', *b2_options)
# In theory it could be done on one call but it fails on