summaryrefslogtreecommitdiff
path: root/pkg
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2019-11-17 18:23:33 -0800
committerMichael Forney <mforney@mforney.org>2019-11-17 18:23:33 -0800
commit2719e984dbc764de05eae11fe9c3c58bef1dea3a (patch)
tree21643a001690c599b09fcfa0c59a90060e3d050a /pkg
parenta0edc84b77cb1c3c3395f1c307b1527c85227bbe (diff)
hostap: Fix typo
Diffstat (limited to 'pkg')
-rw-r--r--pkg/hostap/gen.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/hostap/gen.lua b/pkg/hostap/gen.lua
index 7d66085a..642b5746 100644
--- 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',
}