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',
|
SHLIBSUFFIX='.input',
|
||||||
source=plugin_sources,
|
source=plugin_sources,
|
||||||
LIBS=libraries,
|
LIBS=libraries,
|
||||||
LINKFLAGS=linkflags)
|
LINKFLAGS=join(' ').linkflags)
|
||||||
|
|
||||||
# if the plugin links to libmapnik ensure it is built first
|
# if the plugin links to libmapnik ensure it is built first
|
||||||
Depends(TARGET, env.subst('../../../src/%s' % env['MAPNIK_LIB_NAME']))
|
Depends(TARGET, env.subst('../../../src/%s' % env['MAPNIK_LIB_NAME']))
|
||||||
|
|
Loading…
Add table
Reference in a new issue