summaryrefslogtreecommitdiff
path: root/pkg/utf8proc
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/utf8proc')
-rw-r--r--pkg/utf8proc/gen.lua2
1 files changed, 2 insertions, 0 deletions
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'