Skip to content

Commit

Permalink
explicity require some libs used.
Browse files Browse the repository at this point in the history
  • Loading branch information
Et7f3 committed Jun 27, 2020
1 parent 9120e8c commit 83ddc07
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/Font/dune
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
(name Revery_Font)
(public_name Revery.Font)
(preprocess (pps lwt_ppx))
(libraries
(libraries
harfbuzz
font-manager
lru
Expand All @@ -13,4 +13,5 @@
rebez.lib
Revery_Core
Revery_Math
skia
))
2 changes: 1 addition & 1 deletion src/reason-skia/dune
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
(library_flags (:include flags.sexp))
(c_library_flags (:include c_library_flags.sexp))
(libraries
SkiaWrapped
SkiaWrapped integers
))

0 comments on commit 83ddc07

Please sign in to comment.