fix csv plugin build
This commit is contained in:
parent
df166f5eff
commit
85b938806b
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ TARGET = plugin_env.SharedLibrary(
|
|||
)
|
||||
|
||||
# if the plugin links to libmapnik2 ensure it is built first
|
||||
Depends(input_plugin, env.subst('../../../src/%s' % env['MAPNIK_LIB_NAME']))
|
||||
Depends(TARGET, env.subst('../../../src/%s' % env['MAPNIK_LIB_NAME']))
|
||||
|
||||
if 'uninstall' not in COMMAND_LINE_TARGETS:
|
||||
env.Install(install_dest, TARGET)
|
||||
|
|
Loading…
Reference in a new issue