Fixed reference
This commit is contained in:
parent
2e58bc3113
commit
4a55b97d11
@ -163,7 +163,7 @@ def determine_b2_options(self, spec, options):
|
|||||||
|
|
||||||
def install(self, spec, prefix):
|
def install(self, spec, prefix):
|
||||||
withLibs = list()
|
withLibs = list()
|
||||||
for lib in Boost.libs:
|
for lib in Boost.all_libs:
|
||||||
if "+{0}".format(lib) in spec:
|
if "+{0}".format(lib) in spec:
|
||||||
withLibs.append(lib)
|
withLibs.append(lib)
|
||||||
if not withLibs:
|
if not withLibs:
|
||||||
|
Loading…
Reference in New Issue
Block a user