Add ABI info to os x dylib - closes #322
This commit is contained in:
parent
3dd616007d
commit
4226f293b2
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ if env['PLATFORM'] == 'Darwin':
|
|||
else:
|
||||
lib_path = 'libmapnik.dylib'
|
||||
linkflags = '-Wl,-install_name,%s' % lib_path
|
||||
linkflags += ' -current_version 0.6.0 -compatibility_version 0.6.0'
|
||||
elif env['PLATFORM'] == 'SunOS' and env['CXX'].startswith('CC'):
|
||||
linkflags = '-R. -h libmapnik.so'
|
||||
else: # Linux and others
|
||||
|
|
Loading…
Add table
Reference in a new issue