diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-07-02 18:34:48 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-07-02 18:34:48 +0100 |
| commit | 6bebefd325e60dd19342216f601e41e7cd459b55 (patch) | |
| tree | 4dfc97544caf70b38fe955133db118265a35527f /wscript | |
| parent | b77e848e61a94d6cacb047f4d383cb743a8a8f80 (diff) | |
Attempt to fix boost regex deps.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -295,6 +295,7 @@ def configure(conf): conf.env.STLIB_BOOST_DATETIME = ['boost_date_time%s' % boost_lib_suffix, 'boost_system%s' % boost_lib_suffix] conf.env.STLIB_BOOST_SIGNALS2 = ['boost_signals2'] conf.env.STLIB_BOOST_SYSTEM = ['boost_system'] + conf.env.STLIB_BOOST_REGEX = ['boost_regex'] else: conf.check_cxx(fragment=""" #include <boost/version.hpp>\n |
