We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d06262f commit 05a2846Copy full SHA for 05a2846
1 file changed
setup.py
@@ -137,7 +137,7 @@ def run(self):
137
if sys.platform == 'darwin':
138
base_f = 'libmapnik.dylib'
139
else:
140
- base_f = 'libmapnik.so.3.0'
+ base_f = 'libmapnik.so'
141
f = os.path.join(lib_path, base_f)
142
if not os.path.exists(os.path.join('mapnik', 'lib')):
143
os.makedirs(os.path.join('mapnik', 'lib'))
0 commit comments