Skip to content

Commit

Permalink
add str dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mgree committed May 14, 2020
1 parent 4001477 commit 4dffb05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocaml/mk_meta.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e

cat >META <<EOF
description = "bindings to the dash shell as a library"
requires = "ctypes,ctypes.foreign"
requires = "ctypes,ctypes.foreign,str"
version = "0.1"
archive(native) = "dash.cmxa"
archive(byte) = "dash.cma"
Expand Down

0 comments on commit 4dffb05

Please sign in to comment.