commit | 5bb9692575f10f4a7c7f1c2c0c70956baf6d5c23 | [log] [tgz] |
---|---|---|
author | Christian Heimes <christian@python.org> | Sun Feb 25 10:22:14 2018 +0100 |
committer | GitHub <noreply@github.com> | Sun Feb 25 10:22:14 2018 +0100 |
tree | 5738108873b903fcf86a378077012a99f74bda72 | |
parent | b7b9225831a729bff84eb7c43bad138416b994fe [diff] |
bpo-32647: Link ctypes extension with libdl. (#5550) The ctypes module used to depend on indirect linking for dlopen. The shared extension is now explicitly linked against libdl on platforms with dl. Signed-off-by: Christian Heimes <christian@python.org>