Update min BOOST_VERSION requirement to 1.61
This commit is contained in:
parent
49e0ef182f
commit
cd7272c4ef
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ SCONS_CONFIGURE_CACHE = 'config.cache'
|
|||
SCONF_TEMP_DIR = '.sconf_temp'
|
||||
# auto-search directories for boost libs/headers
|
||||
BOOST_SEARCH_PREFIXES = ['/usr/local','/opt/local','/sw','/usr',]
|
||||
BOOST_MIN_VERSION = '1.47'
|
||||
BOOST_MIN_VERSION = '1.61'
|
||||
#CAIRO_MIN_VERSION = '1.8.0'
|
||||
|
||||
HARFBUZZ_MIN_VERSION = (0, 9, 34)
|
||||
|
|
Loading…
Reference in a new issue