citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit d48dfff193ef583fe78253c02247886b5d9eb16f
parent 0405fef63abf0d5b921cdd27a08c0c2bdd8cc634
Author: Kyle Milz <kyle@0x30.net>
Date:   Sat,  9 Jul 2016 11:47:50 -0600

define CITRUN_PATH when compiling

Diffstat:
MJamrules | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jamrules b/Jamrules @@ -4,7 +4,7 @@ PREFIX ?= `pwd` ; # Packaging systems like for build systems to respect this. OPTIM = $(CFLAGS) ; -C++FLAGS += -DCITRUN_LIB=$(PREFIX)/lib/libcitrun.a ; +C++FLAGS += -DCITRUN_LIB=$(PREFIX)/lib/libcitrun.a -DCITRUN_PATH=$(PREFIX)/share/citrun ; if $(OS) = OPENBSD { C++ = eg++ ;