citrun

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

commit b665966838f1c941f8c7dba75458137333fb8e91
parent 2895c192ad1392014fab9bbbc899f8438ff19e52
Author: kyle <kyle@0x30.net>
Date:   Sat, 26 Nov 2016 12:26:31 -0700

try a "more compatible" way of setting CITRUN_SHARE

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

diff --git a/Jamrules b/Jamrules @@ -11,7 +11,8 @@ if $(PREFIX) { CITRUN_SHARE = $(PREFIX)/share/citrun ; } else { - CITRUN_SHARE = "`readlink -f $(TOP)/src`" ; + #CITRUN_SHARE = "`readlink -f $(TOP)/src`" ; + CITRUN_SHARE = "`cd $(TOP)/src && pwd`" ; CFLAGS += -Wall -g ; }