We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c81610 commit c1a65ecCopy full SHA for c1a65ec
1 file changed
setup.py
@@ -55,7 +55,7 @@ def _single_compile(obj):
55
linkflags = subprocess.check_output([mapnik_config, '--libs']).rstrip('\n').split(' ')
56
lib_path = linkflags[0][2:]
57
linkflags.extend(subprocess.check_output([mapnik_config, '--ldflags']).rstrip('\n').split(' '))
58
- linkflags.extend(['-Wl','-bind_at_load'])
+ linkflags.extend(['-Wl,-bind_at_load'])
59
except:
60
raise Exception("Failed to find proper linking flags from mapnik config");
61
0 commit comments