diff options
Diffstat (limited to 'pkg')
| -rw-r--r-- | pkg/pounce/gen.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/pounce/gen.lua b/pkg/pounce/gen.lua index c9ff905e..936be4ec 100644 --- a/pkg/pounce/gen.lua +++ b/pkg/pounce/gen.lua @@ -1,7 +1,7 @@ cflags{ '-std=c11', '-Wall', '-Wextra', '-Wpedantic', '-D _GNU_SOURCE', - '-I $builddir/pkg/libressl/include', + '-I $builddir/pkg/libtls-bearssl/include', } exe('pounce', { @@ -12,7 +12,7 @@ exe('pounce', { 'ring.c', 'server.c', 'state.c', - '$builddir/pkg/libressl/libtls.a.d', + '$builddir/pkg/libtls-bearssl/libtls.a.d', }) file('bin/pounce', '755', '$outdir/pounce') man{'pounce.1'} |
