From 6d448a9df1e0c71a9c98e02e6426b0cbc55189ab Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Wed, 20 Feb 2019 18:15:48 +0100 Subject: [PATCH] Script flags are now declared separately --- tests/project.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/project.conf b/tests/project.conf index 3d01348..03ea307 100644 --- a/tests/project.conf +++ b/tests/project.conf @@ -21,7 +21,8 @@ depends=../src/buffer.c [clint.log] type=script -script=./clint.sh -O CPPFLAGS="-I$(DESTDIR)$(PREFIX)/include -I../include `pkg-config --cflags python-2.7`" +script=./clint.sh +flags=-O CPPFLAGS="-I$(DESTDIR)$(PREFIX)/include -I../include `pkg-config --cflags python-2.7`" depends=$(OBJDIR)../src/libSystem.a,clint.sh [config]