citrun

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

commit bb98866b273876813905725110170733f4e823ae
parent 698b980c72473bc53c92a7cff8d50ca7289fe224
Author: Kyle Milz <milz@black.my.domain>
Date:   Mon, 15 Apr 2019 13:16:46 -0700

bin: dont link against custom glew

Diffstat:
Mbin/Jamfile | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/bin/Jamfile b/bin/Jamfile @@ -74,8 +74,7 @@ Stringize gl_fshader_glsl.h : gl_fshader.glsl ; ObjectC++Flags gl.cc gltest.cc $(GL_SRCS) : `pkg-config --cflags glyphy glfw3 glew freetype2` ; LINKLIBS on citrun_gl += -lm $(GL_EXTRALIB) `pkg-config --libs glyphy glfw3 glew freetype2` ; -LINKLIBS on citrun_gltest += -lm `pkg-config --libs glyphy glfw3 osmesa freetype2` ; -LINKLIBS on citrun_gltest += bin/glew-2.1.0/lib/libGLEW.a ; +LINKLIBS on citrun_gltest += -lm `pkg-config --libs glyphy glfw3 glew freetype2` ; LinkLibraries citrun_gl citrun_gltest : gl_common ;