citrun

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

commit 4040b0d5317a0836e0c3787b531a5ce156272cd3
parent 170f3271092bc3edbac1a47662f02f74a0022127
Author: Kyle Milz <kyle@getaddrinfo.net>
Date:   Tue, 29 Mar 2016 19:12:37 -0600

viewer: move openbsd hacks to Jamrules

Diffstat:
MJamrules | 1+
Mviewer/Jamfile | 1-
2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jamrules b/Jamrules @@ -2,4 +2,5 @@ if $(OS) = OPENBSD { C++ = eg++ ; + LINK on scv_viewer = eg++ ; } diff --git a/viewer/Jamfile b/viewer/Jamfile @@ -6,7 +6,6 @@ SUBDIRC++FLAGS += -std=c++11 ; LINKLIBS on scv_viewer = `pkg-config gl glew freetype2 --libs` ; LINKLIBS on scv_viewer += -lstdc++ -lm -lglut ; -LINK on scv_viewer = eg++ ; Main scv_viewer : main.cc