finish support for disabling soname on linux
This commit is contained in:
parent
fd6474b65e
commit
4fda93bf3e
1 changed files with 1 additions and 1 deletions
|
@ -395,7 +395,7 @@ env['LIBMAPNIK_DEFINES'] = libmapnik_defines
|
||||||
|
|
||||||
mapnik = None
|
mapnik = None
|
||||||
|
|
||||||
if env['PLATFORM'] == 'Darwin':
|
if env['PLATFORM'] == 'Darwin' or not env['ENABLE_SONAME']:
|
||||||
target_path = env['MAPNIK_LIB_BASE_DEST']
|
target_path = env['MAPNIK_LIB_BASE_DEST']
|
||||||
if 'uninstall' not in COMMAND_LINE_TARGETS:
|
if 'uninstall' not in COMMAND_LINE_TARGETS:
|
||||||
if env['LINKING'] == 'static':
|
if env['LINKING'] == 'static':
|
||||||
|
|
Loading…
Reference in a new issue