mapnik-config: start reporting dependency link flags again as they are needed to link command line apps (though not for bundles)
This commit is contained in:
parent
bfaee4afae
commit
c55002e9b7
1 changed files with 3 additions and 3 deletions
|
@ -112,9 +112,9 @@ configuration = {
|
|||
|
||||
## if we are statically linking depedencies
|
||||
## then they do not need to be reported in ldflags
|
||||
if env['RUNTIME_LINK'] == 'static':
|
||||
configuration['ldflags'] = ''
|
||||
configuration['dep_libs'] = ''
|
||||
#if env['RUNTIME_LINK'] == 'static':
|
||||
# configuration['ldflags'] = ''
|
||||
# configuration['dep_libs'] = ''
|
||||
|
||||
template = 'mapnik-config.template.sh'
|
||||
config_file = 'mapnik-config'
|
||||
|
|
Loading…
Reference in a new issue