Skip to content

Commit

Permalink
Update offset in linux-readelf-py.
Browse files Browse the repository at this point in the history
This changes when `_speedup.c` does.
  • Loading branch information
dhermes committed Sep 13, 2023
1 parent ca41079 commit 1e6f8ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/python/binary-extension.rst
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) 0x6000
0x000000000000000d (FINI) 0x7f050
0x000000000000000d (FINI) 0x7ef80
...

and the local copy of ``libbezier`` depends on the other dependencies in
Expand Down

0 comments on commit 1e6f8ea

Please sign in to comment.