boost: Run b2 headers after a git clone (#24889)
This commit is contained in:
@@ -551,6 +551,10 @@ def install(self, spec, prefix):
|
|||||||
|
|
||||||
threading_opts = self.determine_b2_options(spec, b2_options)
|
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)
|
b2('--clean', *b2_options)
|
||||||
|
|
||||||
# In theory it could be done on one call but it fails on
|
# In theory it could be done on one call but it fails on
|
||||||
|
|||||||
Reference in New Issue
Block a user