Fixed reference

This commit is contained in:
Peter Scheibel 2016-01-22 12:37:12 -08:00
parent 2e58bc3113
commit 4a55b97d11

View File

@ -163,7 +163,7 @@ def determine_b2_options(self, spec, options):
def install(self, spec, prefix):
withLibs = list()
for lib in Boost.libs:
for lib in Boost.all_libs:
if "+{0}".format(lib) in spec:
withLibs.append(lib)
if not withLibs: