+ correct SVG_RENDERER flag usage in src/SConscript
This commit is contained in:
parent
9a1983c670
commit
170c36b14b
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ elif env['XMLPARSER'] == 'libxml2' and env['HAS_LIBXML2']:
|
|||
source.remove(cpp)
|
||||
source.insert(0,env2.SharedObject(cpp))
|
||||
|
||||
if ['SVG_RENDERER']: # svg backend
|
||||
if env['SVG_RENDERER']: # svg backend
|
||||
source += Split(
|
||||
"""
|
||||
svg/svg_renderer.cpp
|
||||
|
|
Loading…
Add table
Reference in a new issue