citrun

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

commit dc6c387969ff127965971eb7a4a5fc303d7196ee
parent b88a9cb289cb531e85b32e7382e4b0158d3d486b
Author: kyle <kyle@getaddrinfo.net>
Date:   Mon, 11 Apr 2016 19:52:23 -0600

we're not ready for 3.7.1 headers on OpenBSD

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

diff --git a/Jamrules b/Jamrules @@ -9,7 +9,7 @@ if $(OS) = OPENBSD { C++ = eg++ ; SHLIB_SUF = so.0.0 ; - CLANG_INCL = "-I/usr/local/lib/clang/3.7.1/include" ; + CLANG_INCL = "-I/usr/local/lib/clang/3.5/include" ; C++FLAGS = -DLLVM_VER=34 ; PKG_CONFIG_LIBS = gl glew freetype2 ;