Skip to content

Commit

Permalink
add missing ctypes.stubs lib dep
Browse files Browse the repository at this point in the history
  • Loading branch information
actionshrimp authored and c-cube committed Apr 28, 2023
1 parent bc49dea commit e500034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib_gen/dune
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
(public_name lz4.bindings)
(wrapped false)
(modules LZ4_bindings)
(libraries ctypes))
(libraries ctypes ctypes.stubs))

(library
(name lz4_generated)
Expand Down

0 comments on commit e500034

Please sign in to comment.