logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: 2719e984dbc764de05eae11fe9c3c58bef1dea3a
parent a0edc84b77cb1c3c3395f1c307b1527c85227bbe
Author: Michael Forney <mforney@mforney.org>
Date:   Sun, 17 Nov 2019 18:23:33 -0800

hostap: Fix typo

Diffstat:

Mpkg/hostap/gen.lua2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pkg/hostap/gen.lua b/pkg/hostap/gen.lua @@ -2,7 +2,7 @@ cflags{ '-include $dir/config.h', '-I $srcdir/src/utils', '-I $srcdir/src', - '-I $buildidr/pkg/bearssl/include', + '-I $builddir/pkg/bearssl/include', '-I $builddir/pkg/libnl/include', }