backport r1889
This commit is contained in:
parent
1387b1a8d5
commit
d785b9c5b4
1 changed files with 1 additions and 1 deletions
|
@ -34,6 +34,7 @@ ogr_src = Split(
|
|||
)
|
||||
|
||||
libraries = [env['PLUGINS']['ogr']['lib']]
|
||||
libraries.append(['boost_iostreams%s' % env['BOOST_APPEND']])
|
||||
|
||||
if env['PLATFORM'] == 'Darwin':
|
||||
if env['HAS_BOOST_SYSTEM']:
|
||||
|
@ -41,7 +42,6 @@ if env['PLATFORM'] == 'Darwin':
|
|||
libraries.append(boost_system)
|
||||
libraries.append('mapnik')
|
||||
libraries.append(env['ICU_LIB_NAME'])
|
||||
libraries.append('boost_iostreams%s' % env['BOOST_APPEND'])
|
||||
|
||||
ogr_inputdriver = env.SharedLibrary('../ogr', source=ogr_src, SHLIBPREFIX='', SHLIBSUFFIX='.input', LIBS=libraries)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue