citrun

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

commit 964201b118c9847e685bc89f57a01aa034e786f8
parent 532a5fd0db9b8fd8740a6bd07a00e86d43fbcb32
Author: Kyle Milz <kyle@cyan.krwm.net>
Date:   Sun,  3 Jul 2016 14:06:07 -0600

fix up Jamrules for debian

Diffstat:
MJamrules | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/Jamrules b/Jamrules @@ -63,10 +63,9 @@ if $(OS) = MACOSX { } if $(OS) = LINUX { - C++FLAGS = -DLLVM_VER=35 ; + C++FLAGS += -DLLVM_VER=35 ; PKG_CONFIG_LIBS = gl glew freetype2 ; - # Link directly against libestdc++ from ports LINKLIBS on citrun-gl = -lbsd -lstdc++ -lm -lglut ; LINKLIBS on citrun-inst =