summaryrefslogtreecommitdiff
path: root/src/gen.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/gen.lua')
-rw-r--r--src/gen.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gen.lua b/src/gen.lua
index 98e9a6e0..56b26613 100644
--- a/src/gen.lua
+++ b/src/gen.lua
@@ -5,7 +5,7 @@ cflags{
cc('devd.c', 'pkg/linux-headers/headers', {cflags={
'$cflags',
- '-I $builddir/pkg/linux-headers/include',
+ '-isystem $builddir/pkg/linux-headers/include',
string.format([[-D 'PREFIX="%s"']], config.prefix),
}})