Skip to content

Commit c1a65ec

Browse files
author
Dane Springmeyer
committed
ensure bind_at_load is correctly passed to the linker [skip ci]
1 parent 4c81610 commit c1a65ec

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
@@ -55,7 +55,7 @@ def _single_compile(obj):
5555
linkflags = subprocess.check_output([mapnik_config, '--libs']).rstrip('\n').split(' ')
5656
lib_path = linkflags[0][2:]
5757
linkflags.extend(subprocess.check_output([mapnik_config, '--ldflags']).rstrip('\n').split(' '))
58-
linkflags.extend(['-Wl','-bind_at_load'])
58+
linkflags.extend(['-Wl,-bind_at_load'])
5959
except:
6060
raise Exception("Failed to find proper linking flags from mapnik config");
6161

0 commit comments

Comments
 (0)