mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
scons: no need to link iconv if building with cairo
This commit is contained in:
parent
e02a4ebd9d
commit
fd3977d60c
@ -1436,7 +1436,7 @@ if not preconfigured:
|
||||
env["CAIRO_ALL_LIBS"] = ['cairo']
|
||||
if env['RUNTIME_LINK'] == 'static':
|
||||
env["CAIRO_ALL_LIBS"].extend(
|
||||
['pixman-1','expat','fontconfig','iconv']
|
||||
['pixman-1','expat','fontconfig']
|
||||
)
|
||||
# todo - run actual checkLib?
|
||||
env['HAS_CAIRO'] = True
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user