Fix escape char (python >= v3.12)

This commit is contained in:
Artem Pavlenko 2024-06-14 14:36:25 +01:00
parent ffcf059556
commit 52bde246d2

View file

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