finish support for disabling soname on linux

This commit is contained in:
Dane Springmeyer 2014-01-21 21:34:43 -08:00
parent fd6474b65e
commit 4fda93bf3e

View file

@ -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':