[build] add /usr/local/include as default include path for test Makefile as well
This commit is contained in:
@@ -3,7 +3,7 @@ CFLAGS_O0 = $(CFLAGS_BASE) -O0
|
||||
CFLAGS_O1 = $(CFLAGS_BASE) -O1
|
||||
CFLAGS_O2 = $(CFLAGS_BASE) -O2
|
||||
CFLAGS_O3 = $(CFLAGS_BASE) -O3
|
||||
DEFAULT_INCLUDES = -I..
|
||||
DEFAULT_INCLUDES = -I.. -I/usr/local/include
|
||||
|
||||
CFLAGS = $(CFLAGS_BASE)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user