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>
C
Christian Heimes committed
5bb9692575f10f4a7c7f1c2c0c70956baf6d5c23
Parent: b7b9225
Committed by GitHub <noreply@github.com>
on 2/25/2018, 9:22:14 AM