summaryrefslogtreecommitdiff
path: root/dev-python/pyzmq/files/pyzmq-23.2.0-libdir.patch
blob: 66d16f24ad73f5fc5d0d816b464c4abd80cc7534 (plain)
1
2
3
4
5
6
7
8
9
10
11
https://bugs.gentoo.org/854627
--- a/setup.py
+++ b/setup.py
@@ -275,7 +275,6 @@ def settings_from_prefix(prefix=None):
                 and platform.architecture()[0] == '64bit'
             ):
                 settings['library_dirs'] += [pjoin(prefix, 'lib/amd64')]
-            settings['library_dirs'] += [pjoin(prefix, 'lib')]
         else:
             # If prefix is not explicitly set, pull it from pkg-config by default.
             # this is probably applicable across platforms, but i don't have