We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e0229c commit 4553aa6Copy full SHA for 4553aa6
1 file changed
setup.py
@@ -145,7 +145,7 @@
145
linkflags.append('-mmacosx-version-min=10.8')
146
else:
147
linkflags.append('-Wl,-z,origin')
148
- linkflags.append('-Wl,-rpath=\$ORIGIN')
+ linkflags.append('-Wl,-rpath=\$$ORIGIN')
149
150
if os.environ.get("CC",False) == False:
151
os.environ["CC"] = subprocess.check_output([mapnik_config, '--cxx']).rstrip('\n')
0 commit comments