Issue 1327 - typo

This commit is contained in:
Thomas Nagy 2013-06-05 21:42:49 +02:00
parent a4cb0114aa
commit 3662eb290a
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ def boost_get_version(self, d):
m = re_but.search(txt)
if m:
return m.group(1)
return self.check_cxx(fragment=BOOST_VERSION_CODE, includes=[dir], execute=True, define_ret=True)
return self.check_cxx(fragment=BOOST_VERSION_CODE, includes=[d], execute=True, define_ret=True)
@conf
def boost_get_includes(self, *k, **kw):