citrun

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

commit d11b043bd598a2cb1bf02b27e8e014537a6bb470
parent 63be807ed09e108a41526835efdff03097710db7
Author: Kyle Milz <kyle@windows.krwm.net>
Date:   Tue,  3 Jan 2017 19:53:36 -0800

Jam: don't build citrun_check on NT

Diffstat:
MJamfile | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/Jamfile b/Jamfile @@ -38,7 +38,10 @@ Library libcitrun : lib.c ; # # citrun_check # -Shell citrun_check : check.sh ; +if ! $(NT) { + Shell citrun_check : check.sh ; +} + actions ReplaceToken { perl -p -i.bak -e "s/%CITRUN_COMPILERS%/$(CITRUN_COMPILERS)/" $(<)