We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
visibility=hidden
1 parent a0971fe commit b248758Copy full SHA for b248758
1 file changed
setup.py
@@ -227,6 +227,8 @@ def run(self):
227
228
extra_comp_args = check_output([mapnik_config, '--cflags']).split(' ')
229
230
+extra_comp_args = list(filter(lambda arg: arg != "-fvisibility=hidden", extra_comp_args))
231
+
232
if os.environ.get("PYCAIRO", "false") == "true":
233
try:
234
extra_comp_args.append('-DHAVE_PYCAIRO')
0 commit comments