Skip to content

Commit

Permalink
fix csv plugin build
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed Nov 11, 2011
1 parent df166f5 commit 85b9388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/input/csv/build.py
Expand Up @@ -28,7 +28,7 @@
)

# 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)
Expand Down

0 comments on commit 85b9388

Please sign in to comment.