link to boost system on all platforms, if available - fixes debian/ubuntu compiles with packaged boost - closes #823
This commit is contained in:
parent
d3211372a4
commit
1231b96872
1 changed files with 2 additions and 3 deletions
|
@ -65,9 +65,8 @@ if env['XMLPARSER'] == 'libxml2':
|
|||
if env['THREADING'] == 'multi':
|
||||
lib_env['LIBS'].append('boost_thread%s' % env['BOOST_APPEND'])
|
||||
|
||||
if env['PLATFORM'] in ('Darwin','SunOS'):
|
||||
if env['HAS_BOOST_SYSTEM']:
|
||||
lib_env['LIBS'].append('boost_system%s' % env['BOOST_APPEND'])
|
||||
if env['HAS_BOOST_SYSTEM']:
|
||||
lib_env['LIBS'].append('boost_system%s' % env['BOOST_APPEND'])
|
||||
|
||||
|
||||
if not env['RUNTIME_LINK'] == 'static':
|
||||
|
|
Loading…
Reference in a new issue