mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-23 02:14:50 +00:00
Scons: remove boost 1.33.1 support
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16328 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
f00d73283a
commit
c1a5770979
@ -54,7 +54,7 @@ top_src_dir = os.path.split(os.path.split(default_fs.SConstruct_dir.abspath)[0])
|
||||
# not have to change SConstruct during lyx release
|
||||
package_version = utils.getVerFromConfigure(top_src_dir)
|
||||
package_cygwin_version = '%s-1' % package_version
|
||||
boost_version = ['1_33_1', '1_34']
|
||||
boost_version = ['1_34']
|
||||
|
||||
if 'svn' in package_version:
|
||||
devel_version = True
|
||||
|
Loading…
Reference in New Issue
Block a user