mirror of
https://github.com/stedolan/jq.git
synced 2024-05-11 05:55:39 +00:00
Out-of-srcdir builds: AM_CPPFLAGS=-I${srcdir}/src
This commit is contained in:
@ -61,6 +61,8 @@ if ENABLE_UBSAN
|
||||
AM_CFLAGS += -fsanitize=undefined
|
||||
endif
|
||||
|
||||
AM_CPPFLAGS = -I$(srcdir)/src
|
||||
|
||||
### Running tests under Valgrind
|
||||
|
||||
if ENABLE_ASAN
|
||||
|
Reference in New Issue
Block a user