From bd9e85bf347a08c780df70f0c0f19a3c1aff1e85 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Fri, 9 Mar 2018 01:46:50 +0100 Subject: [PATCH] Add support for DESTDIR in the "clint" test --- tests/project.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/project.conf b/tests/project.conf index 0ff00f2..3d01348 100644 --- a/tests/project.conf +++ b/tests/project.conf @@ -21,7 +21,7 @@ depends=../src/buffer.c [clint.log] type=script -script=./clint.sh -O CPPFLAGS="-I../include `pkg-config --cflags python-2.7`" +script=./clint.sh -O CPPFLAGS="-I$(DESTDIR)$(PREFIX)/include -I../include `pkg-config --cflags python-2.7`" depends=$(OBJDIR)../src/libSystem.a,clint.sh [config]