citrun

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

commit 07e6381ff19142259b9ec3aa814e12b1a9254249
parent 42b377be56249b071d6d5177b23ad87cfa6bd34a
Author: kyle <kyle@0x30.net>
Date:   Tue, 17 Jan 2017 22:10:47 -0700

configure: /usr/local/include still needed on openbsd 6.0

Diffstat:
Mconfigure | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/configure b/configure @@ -20,6 +20,7 @@ if [ $uname = OpenBSD ]; then LDGROUP_END="-Wl,--end-group" FONT_PATH="/usr/X11R6/lib/X11/fonts/TTF/DejaVuSansMono.ttf" CXX=${CXX-eg++} + LLVM_INCLUDES='-I/usr/local/include' #LLVM_INCLUDES='-I/usr/src/gnu/llvm/tools/clang/include #-I/usr/src/gnu/llvm/include #-I/usr/src/gnu/usr.bin/clang/include