From f2c69cb8c49cb7c5f0eb7a5d6c01c9f1d57d51be Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Tue, 2 Jun 2020 03:07:14 -0700 Subject: utf8proc: Add header target --- pkg/utf8proc/gen.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkg/utf8proc/gen.lua') diff --git a/pkg/utf8proc/gen.lua b/pkg/utf8proc/gen.lua index 926f0f3a..b8e5ce30 100644 --- a/pkg/utf8proc/gen.lua +++ b/pkg/utf8proc/gen.lua @@ -1,5 +1,7 @@ cflags{'-std=c99', '-Wall', '-Wpedantic'} +pkg.hdrs = copy('$outdir/include', '$srcdir', {'utf8proc.h'}) + lib('libutf8proc.a', {'utf8proc.c'}) fetch 'git' -- cgit v1.2.3