From e772bbcbe393ba583fc692f247766751d526c2c2 Mon Sep 17 00:00:00 2001 From: threez Date: Tue, 4 Apr 2023 19:31:34 +0200 Subject: [PATCH] homebrew switched to use hpdf instead of haru for the library name https://github.com/Homebrew/homebrew-core/commit/d1639e94437cc7c60b5a8ba975bde5364c7c24f4 --- src/hpdf/libharu.cr | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/hpdf/libharu.cr b/src/hpdf/libharu.cr index a567140..7a84f62 100644 --- a/src/hpdf/libharu.cr +++ b/src/hpdf/libharu.cr @@ -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*