fix sqlite build
This commit is contained in:
parent
392561c5d9
commit
9686999a2c
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ if env['PLUGIN_LINKING'] == 'shared':
|
|||
SHLIBSUFFIX='.input',
|
||||
source=plugin_sources,
|
||||
LIBS=libraries,
|
||||
LINKFLAGS=linkflags)
|
||||
LINKFLAGS=join(' ').linkflags)
|
||||
|
||||
# if the plugin links to libmapnik ensure it is built first
|
||||
Depends(TARGET, env.subst('../../../src/%s' % env['MAPNIK_LIB_NAME']))
|
||||
|
|
Loading…
Reference in a new issue