Skip to content
Snippets Groups Projects
Commit 140c534f authored by Ondřej Zajíček's avatar Ondřej Zajíček
Browse files

Fix build variables for OpenBSD

parent bbac9ca9
No related branches found
No related tags found
No related merge requests found
......@@ -238,6 +238,8 @@ else
;;
openbsd*)
sysdesc=bsd
CPPFLAGS="$CPPFLAGS -I/usr/local/include"
LDFLAGS="$LDFLAGS -L/usr/local/lib"
;;
dragonfly*)
sysdesc=bsd
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment