1cflags{'-std=c99', '-Wall', '-Wpedantic'}
2
3pkg.hdrs = copy('$outdir/include', '$srcdir', {'utf8proc.h'})
4
5lib('libutf8proc.a', {'utf8proc.c'})
6
7fetch 'git'
1cflags{'-std=c99', '-Wall', '-Wpedantic'}
2
3pkg.hdrs = copy('$outdir/include', '$srcdir', {'utf8proc.h'})
4
5lib('libutf8proc.a', {'utf8proc.c'})
6
7fetch 'git'