mirror of
https://github.com/mapnik/mapnik.git
synced 2026-02-01 17:36:36 +00:00
add back depedence of hello world plugin on libmapnik accidentally removed in refactoring in 3e67c1d694be
This commit is contained in:
parent
dca04fc9d4
commit
2c28219e4c
@ -68,6 +68,9 @@ TARGET = plugin_env.SharedLibrary(
|
||||
LINKFLAGS=env.get('CUSTOM_LDFLAGS')
|
||||
)
|
||||
|
||||
# if the plugin links to libmapnik ensure it is built first
|
||||
Depends(TARGET, env.subst('../../../../src/%s' % env['MAPNIK_LIB_NAME']))
|
||||
|
||||
# if 'uninstall' is not passed on the command line
|
||||
# then we actually create the install targets that
|
||||
# scons will install if 'install' is passed as an arg
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user