citrun

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

commit faa1335e7682b01f08e0fed5cd04aecc238c7fce
parent b2d7d67a8d86ff414bfb9203544ba476d4b537ec
Author: Kyle Milz <milz@imac.0x30.net>
Date:   Wed,  3 Mar 2021 22:10:57 -0800

inst: update search path

Diffstat:
Minst/fe.cc | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/inst/fe.cc b/inst/fe.cc @@ -57,8 +57,9 @@ InstFrontend::get_paths() m_compilers_path = PREFIX ; m_compilers_path += dir_sep() ; m_compilers_path += "share" ; - m_compilers_path += dir_sep() ; - m_compilers_path += "citrun" ; + // We're not ready for this yet. + //m_compilers_path += dir_sep() ; + //m_compilers_path += "citrun" ; m_lib_path = PREFIX ; m_lib_path += dir_sep();