scons: initialize CAIROMM_LINKFLAGS properly
This commit is contained in:
parent
6cb31bd109
commit
3c3d449c6f
1 changed files with 1 additions and 0 deletions
|
@ -959,6 +959,7 @@ if not preconfigured:
|
|||
env['SKIPPED_DEPS'] = []
|
||||
env['HAS_CAIRO'] = False
|
||||
env['CAIROMM_LIBPATHS'] = []
|
||||
env['CAIROMM_LINKFLAGS'] = []
|
||||
env['CAIROMM_CPPPATHS'] = []
|
||||
env['HAS_PYCAIRO'] = False
|
||||
env['HAS_LIBXML2'] = False
|
||||
|
|
Loading…
Reference in a new issue