bump abi compatibility version for osx
This commit is contained in:
parent
37f21f4289
commit
0f771249c6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue