mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
fix linking of postgis to boost_regex (when boost regex is statically linked to icu libs)
This commit is contained in:
parent
4f3e6f4846
commit
2a153c0d1f
@ -54,7 +54,9 @@ if env['PLUGIN_LINKING'] == 'shared':
|
||||
libraries.append('boost_system%s' % env['BOOST_APPEND'])
|
||||
libraries.append('boost_regex%s' % env['BOOST_APPEND'])
|
||||
libraries.insert(0,env['MAPNIK_NAME'])
|
||||
libraries.append('icui18n')
|
||||
libraries.append(env['ICU_LIB_NAME'])
|
||||
libraries.append('icudata')
|
||||
|
||||
TARGET = plugin_env.SharedLibrary('../%s' % PLUGIN_NAME,
|
||||
SHLIBPREFIX='',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user