Add ABI info to os x dylib - closes #322

This commit is contained in:
Dane Springmeyer 2009-04-26 04:28:00 +00:00
parent 3dd616007d
commit 4226f293b2

View file

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