mirror of
https://gitlab.freedesktop.org/libbsd/libbsd.git
synced 2025-02-10 16:28:18 +01:00
build: Use -isystem instead of -I
This commit is contained in:
parent
901ed630fc
commit
0acd86f6eb
2
Makefile
2
Makefile
@ -128,7 +128,7 @@ CFLAGS ?= -g -Wall -Wextra -Wno-unused-variable
|
|||||||
LDFLAGS ?=
|
LDFLAGS ?=
|
||||||
|
|
||||||
# Internal makefile variables
|
# Internal makefile variables
|
||||||
MK_CPPFLAGS := -Iinclude/bsd/ \
|
MK_CPPFLAGS := -isystem include/bsd/ \
|
||||||
-DLIBBSD_OVERLAY -DLIBBSD_DISABLE_DEPRECATED \
|
-DLIBBSD_OVERLAY -DLIBBSD_DISABLE_DEPRECATED \
|
||||||
-D_GNU_SOURCE -D__REENTRANT
|
-D_GNU_SOURCE -D__REENTRANT
|
||||||
MK_CFLAGS :=
|
MK_CFLAGS :=
|
||||||
|
Loading…
x
Reference in New Issue
Block a user