bump abi compatibility version for osx

This commit is contained in:
Dane Springmeyer 2010-03-21 23:19:00 +00:00
parent 37f21f4289
commit 0f771249c6

View file

@ -64,7 +64,7 @@ if env['PLATFORM'] == 'Darwin':
else:
lib_path = 'libmapnik.dylib'
linkflags = '-Wl,-install_name,%s' % lib_path
linkflags += ' -current_version 0.7.1 -compatibility_version 0.7.0'
linkflags += ' -current_version 0.7.1 -compatibility_version 0.7.1'
elif env['PLATFORM'] == 'SunOS' and env['CXX'].startswith('CC'):
linkflags = '-R. -h libmapnik.so'
else: # Linux and others