mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 18:08:10 +00:00
fix scons by linking boost.cpp after boost libraries
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23881 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
de6f93296f
commit
d74c60b860
@ -1675,9 +1675,8 @@ lyx = frontend_env.Program(
|
||||
frontend,
|
||||
'graphics',
|
||||
'support',
|
||||
'lyxbase_post',
|
||||
] +
|
||||
boost_libraries +
|
||||
boost_libraries + ['lyxbase_post'] +
|
||||
frontend_libs +
|
||||
intl_libs +
|
||||
socket_libs +
|
||||
|
@ -219,7 +219,6 @@ src_pre_files = Split('''
|
||||
Undo.cpp
|
||||
VCBackend.cpp
|
||||
VSpace.cpp
|
||||
boost.cpp
|
||||
buffer_funcs.cpp
|
||||
factory.cpp
|
||||
lengthcommon.cpp
|
||||
@ -243,6 +242,7 @@ src_post_files = Split('''
|
||||
PrinterParams.cpp
|
||||
SpellBase.cpp
|
||||
Thesaurus.cpp
|
||||
boost.cpp
|
||||
''')
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user