diff options
| author | Michael Forney <mforney@mforney.org> | 2020-12-14 17:58:14 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2020-12-14 17:58:47 -0800 |
| commit | eb5be7fcd7648678a20ed637fe5693b946fb5a46 (patch) | |
| tree | f21db645154a05a35daca09bbcbab380f00e569b /pkg/gumbo/gen.lua | |
| parent | 292fe11d113665063ab9705744991dda52fc4ac9 (diff) | |
Remove gumbo
This package wasn't needed after all.
Diffstat (limited to 'pkg/gumbo/gen.lua')
| -rw-r--r-- | pkg/gumbo/gen.lua | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/pkg/gumbo/gen.lua b/pkg/gumbo/gen.lua deleted file mode 100644 index ae2e9bd7..00000000 --- a/pkg/gumbo/gen.lua +++ /dev/null @@ -1,23 +0,0 @@ -cflags{ - '-std=c99 -Wall -Wpedantic', -} - -pkg.hdrs = copy('$outdir/include', '$srcdir/src', {'gumbo.h', 'tag_enum.h'}) - -lib('libgumbo.a', [[ - src/( - attribute.c - char_ref.c - error.c - parser.c - string_buffer.c - string_piece.c - tag.c - tokenizer.c - utf8.c - util.c - vector.c - ) -]]) - -fetch 'git' |
