Skip to content

Commit

Permalink
Merge pull request #13 from threez/fix-homebrew
Browse files Browse the repository at this point in the history
homebrew switched to use hpdf instead of haru for the library name
  • Loading branch information
threez authored Apr 4, 2023
2 parents 0c5aa7c + e772bbc commit f8ffd23
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/hpdf/libharu.cr
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
{% if flag?(:darwin) %}
@[Link("haru")]
@[Link("png")]
{% else %}
@[Link("hpdf")]
{% end %}
@[Link("hpdf")]
lib LibHaru
type Doc = Void*
type Page = Void*
Expand Down

0 comments on commit f8ffd23

Please sign in to comment.