logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: 8637d17d31a9dd86485c5c1d93fc7524614f78b9
parent 056832b904a199308988e6c317284be559c1fc5e
Author: Michael Forney <mforney@mforney.org>
Date:   Tue,  2 Jun 2020 20:17:57 -0700

pounce: Declare dependency on libtls-bearssl headers

Diffstat:

Mpkg/pounce/gen.lua2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/pkg/pounce/gen.lua b/pkg/pounce/gen.lua @@ -4,6 +4,8 @@ cflags{ '-I $builddir/pkg/libtls-bearssl/include', } +pkg.deps = {'pkg/libtls-bearssl/headers'} + exe('pounce', { 'bounce.c', 'client.c',