boost: Run b2 headers
after a git clone (#24889)
This commit is contained in:
parent
29f10624bd
commit
0a3f875b95
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user