diff options
| author | Michael Forney <mforney@mforney.org> | 2019-12-04 01:09:17 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2019-12-04 01:11:35 -0800 |
| commit | 464b2b2bbc45356cfa44bbf6804cb26992913150 (patch) | |
| tree | a38fa508e4c19c344a71a122d4be11a4409d8ae0 /pkg | |
| parent | ed4cf4f990556378128a266f6d27df741c1d53fd (diff) | |
pounce: Build against libtls-bearssl
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'} |
