citrun

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

commit 53151f62966037bf8e819ed8596671a9799bcf82
parent f4e31efa8ad39c939ac0340401f6cf39a279d91a
Author: Kyle Milz <kyle@windows.krwm.net>
Date:   Wed,  4 Jan 2017 22:05:43 -0800

Jam: remove citrun_wrap from LINK line

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

diff --git a/Jamfile b/Jamfile @@ -132,7 +132,7 @@ if $(NT) { # Link with the c++ compiler so that the matching c++ runtime library gets added # automatically. -LINK on citrun_wrap citrun_inst citrun_gl citrun_gltest = $(C++) ; +LINK on citrun_inst citrun_gl citrun_gltest = $(C++) ; # Create installation directories and setup quirky ../../citrun_inst links.