add /usr/include/postgresql to includes paths
This commit is contained in:
@@ -32,8 +32,10 @@ CXX = g++
|
||||
endif
|
||||
|
||||
ifndef CXXFLAGS
|
||||
# /usr/include/postgresql is in Linux distros (Alpine)
|
||||
CXXFLAGS = -Wall -pedantic -O2 -std=c++20 -fPIC -pthread \
|
||||
-I/usr/local/include \
|
||||
-I/usr/include/postgresql \
|
||||
-I../../winix/winixd \
|
||||
-I../../pikotools/src \
|
||||
-I../../morm/src \
|
||||
|
Reference in New Issue
Block a user