From 6c2ee675ef241123696ac7d3ebb71e7ecbabd13b Mon Sep 17 00:00:00 2001 From: andrew-nc <50600112+andrew-nc@users.noreply.github.com> Date: Tue, 13 Aug 2019 14:38:35 -0600 Subject: [PATCH] Add in /usr/local/include to include_dirs --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index c6546068..9de10d1b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -8,7 +8,7 @@ # Define extra include and library dirs if needed. distutils adds non # standard library_dirs as rpath. # library_dirs = /usr/lib /usr/lib64 /usr/local/lib /usr/local/lib64 -# include_dirs = /usr/include /usr/local/include +include_dirs = /usr/local/include # These defines needs OpenLDAP built with # ./configure --with-cyrus-sasl --with-tls