citrun

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

commit a6a6090744e72c9a91fbf0f974ffa814cc8bec75
parent 35e0881947ba22ff65b9fc84892ddb5d05444dd4
Author: kyle <kyle@0x30.net>
Date:   Tue,  6 Sep 2016 07:18:54 -0600

src: add -I for bug in openbsd

Diffstat:
Msrc/Jamfile | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/Jamfile b/src/Jamfile @@ -43,6 +43,8 @@ Stringize demo_vshader_glsl.h : demo_vshader.glsl ; Stringize demo_fshader_glsl.h : demo_fshader.glsl ; ObjectC++Flags $(GL_SRCS) : `pkg-config $(PKG_CONFIG_LIBS) --cflags` ; +# Bug in openbsd pkg-config, fixed in -current. +ObjectC++Flags $(GL_SRCS) : -I/usr/local/include ; LINKLIBS on citrun-gl += `pkg-config $(PKG_CONFIG_LIBS) --libs` ; LinkLibraries citrun-gl : libglyphy ;