Skip to content

Commit 4553aa6

Browse files
committed
Another origin setup [publish]
1 parent 4e0229c commit 4553aa6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
linkflags.append('-mmacosx-version-min=10.8')
146146
else:
147147
linkflags.append('-Wl,-z,origin')
148-
linkflags.append('-Wl,-rpath=\$ORIGIN')
148+
linkflags.append('-Wl,-rpath=\$$ORIGIN')
149149

150150
if os.environ.get("CC",False) == False:
151151
os.environ["CC"] = subprocess.check_output([mapnik_config, '--cxx']).rstrip('\n')

0 commit comments

Comments
 (0)