Replacing dynlink by just using dune to link at compile time
This commit is contained in:
parent
1a4afd5d41
commit
67acf25cd7
2 changed files with 1 additions and 4 deletions
2
lib/dune
2
lib/dune
|
@ -1,4 +1,4 @@
|
|||
(library
|
||||
(name stringCodepointSplitter)
|
||||
(public_name stringCodepointSplitter)
|
||||
(libraries uutf findlib.dynload))
|
||||
(libraries uutf))
|
||||
|
|
|
@ -13,9 +13,6 @@ Under MIT License
|
|||
It only contains [split_string_by_unicode_codepoint], which splits an OCaml string [str] to a [string list]
|
||||
*)
|
||||
|
||||
let _ = Findlib.init ();;
|
||||
Fl_dynload.load_packages ["uutf"];;
|
||||
|
||||
|
||||
(** Split an OCaml string [str] to a [string list]
|
||||
|
||||
|
|
Loading…
Reference in a new issue