mirror of
https://github.com/mapnik/mapnik.git
synced 2025-07-23 00:23:53 +00:00
Fix escape char (python >= v3.12)
This commit is contained in:
@ -161,7 +161,7 @@ else: # unix, non-macos
|
||||
if env['FULL_LIB_PATH']:
|
||||
mapnik_lib_link_flag += ' -Wl,-rpath=%s' % env['MAPNIK_LIB_BASE']
|
||||
else:
|
||||
mapnik_lib_link_flag += ' -Wl,-z,origin -Wl,-rpath=\$$ORIGIN'
|
||||
mapnik_lib_link_flag += ' -Wl,-z,origin -Wl,-rpath=\\$$ORIGIN'
|
||||
|
||||
source = Split(
|
||||
"""
|
||||
|
Reference in New Issue
Block a user