citrun

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

commit ec2ef4e6589db4fe733837063fd4f181d90c0901
parent 7960a37cf2cd465a76993fe0fb1054e09aa64ccd
Author: kyle <kyle@0x30.net>
Date:   Tue, 17 Jan 2017 23:56:47 -0700

jam: install libcitrun.a in $PREFIX/lib

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

diff --git a/Jamfile b/Jamfile @@ -113,7 +113,7 @@ actions SymLink # # install # -InstallLib $(PREFIX)/share/citrun : libcitrun.a ; +InstallLib $(PREFIX)/lib : libcitrun.a ; InstallShell $(PREFIX)/bin : citrun_check ; InstallBin $(PREFIX)/bin : citrun_wrap citrun_gl citrun_inst ; InstallSyms $(PREFIX)/share/citrun : cc gcc clang clang++ g++ c++ egcc eg++ ;