mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-11-30 05:52:24 +01:00
Issue 1327
This commit is contained in:
parent
b241462a2a
commit
3a285c62b1
@ -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)
|
||||
return self.check_cxx(fragment=BOOST_VERSION_CODE, includes=[dir], execute=True, define_ret=True)
|
||||
|
||||
@conf
|
||||
def boost_get_includes(self, *k, **kw):
|
||||
|
Loading…
Reference in New Issue
Block a user