From 778a2aa6ad8404f1350ae12c74f460761c4929b7 Mon Sep 17 00:00:00 2001 From: Danny Hermes Date: Tue, 1 Oct 2024 09:23:54 -0500 Subject: [PATCH] Fix `linux-readelf-py` output (new `_speedup.c` usually changes it). --- docs/python/binary-extension.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/python/binary-extension.rst b/docs/python/binary-extension.rst index bb7c3475..3feb8a30 100644 --- a/docs/python/binary-extension.rst +++ b/docs/python/binary-extension.rst @@ -114,7 +114,7 @@ The ``bezier._speedup`` module depends on this local copy of ``libbezier``: 0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0] 0x0000000000000001 (NEEDED) Shared library: [libc.so.6] 0x000000000000000c (INIT) 0x7000 - 0x000000000000000d (FINI) 0x7cd30 + 0x000000000000000d (FINI) 0x7cc20 ... and the local copy of ``libbezier`` depends on the other dependencies in