scons: fix variable name
This commit is contained in:
parent
7ad2e5b43d
commit
97d737fa7b
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ if env['PLATFORM'] == 'Darwin':
|
|||
if env['FULL_LIB_PATH']:
|
||||
lib_path = '%s/%s' % (env['MAPNIK_LIB_BASE'],mapnik_libname)
|
||||
else:
|
||||
lib_path = '@loader_path/'+libmapnik_libname
|
||||
lib_path = '@loader_path/'+mapnik_libname
|
||||
mapnik_lib_link_flag += ' -Wl,-install_name,%s' % lib_path
|
||||
_d = {'version':env['MAPNIK_VERSION_STRING'].replace('-pre','')}
|
||||
mapnik_lib_link_flag += ' -current_version %(version)s -compatibility_version %(version)s' % _d
|
||||
|
|
Loading…
Reference in a new issue