citrun

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

commit 3a5a77aa2b1860917e7168b4aaa948d082720246
parent e3934f0d68bd12f2bddaa5e05311a10730cc88bd
Author: Kyle Milz <kyle@getaddrinfo.net>
Date:   Wed,  8 Jun 2016 19:11:22 -0600

jam: remove LIBCITRUN_PATH

Diffstat:
MJamrules | 6++----
1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/Jamrules b/Jamrules @@ -97,7 +97,5 @@ if $(OS) = LINUX { -lbsd ; } -# We have to set this down here because LIBCITRUN_PATH and CLANG_INCL depend on -# operating system specific locations and names. -LIBCITRUN_PATH = $(PREFIX)/lib/libcitrun.$(SHLIB_SUF) ; -C++FLAGS += -DLIBCITRUN_PATH=$(LIBCITRUN_PATH) -DCLANG_INCL=$(CLANG_INCL) ; +# Set this down here because CLANG_INCL is OS dependent. +C++FLAGS += -DCLANG_INCL=$(CLANG_INCL) ;