summaryrefslogtreecommitdiff
path: root/pkg/utf8proc/gen.lua
blob: b8e5ce30effe8e40fe4ca5022bd8e7352c0c9ad0 (plain)
1
2
3
4
5
6
7
cflags{'-std=c99', '-Wall', '-Wpedantic'}

pkg.hdrs = copy('$outdir/include', '$srcdir', {'utf8proc.h'})

lib('libutf8proc.a', {'utf8proc.c'})

fetch 'git'