add /usr/include/postgresql to includes paths

This commit is contained in:
Tomasz Sowa 2022-09-23 19:53:26 +02:00
parent a81839fd9c
commit 3855ea9fa7
2 changed files with 4 additions and 0 deletions

View File

@ -13,8 +13,10 @@ CXX = g++
endif
ifndef CXXFLAGS
# /usr/include/postgresql is in Linux distros (Alpine)
CXXFLAGS = -Wall -pedantic -O2 -std=c++20 \
-I/usr/local/include \
-I/usr/include/postgresql \
-I$(GLOBAL_WORKING_DIR)/winix/winixcli \
-I$(GLOBAL_WORKING_DIR)/pikotools/src \
-I$(GLOBAL_WORKING_DIR)/morm/src \

View File

@ -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 \