Skip to content

Commit

Permalink
Fix linux-readelf-py output (new _speedup.c usually changes it).
Browse files Browse the repository at this point in the history
  • Loading branch information
dhermes committed Oct 1, 2024
1 parent 9c8ca70 commit 778a2aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/python/binary-extension.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 778a2aa

Please sign in to comment.