scons: no need to link iconv if building with cairo
This commit is contained in:
parent
e02a4ebd9d
commit
fd3977d60c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue