Commit ee5dbc81 authored by Peter Eisentraut's avatar Peter Eisentraut

cpluspluscheck: Update include path

Some things in src/include/fe_utils require libpq headers, so add
libpq's include path to the command line used here.
parent cfe96ae2
...@@ -36,5 +36,5 @@ do ...@@ -36,5 +36,5 @@ do
echo '};' echo '};'
} >$tmp/test.cpp } >$tmp/test.cpp
${CXX:-g++} -I . -I src/include -fsyntax-only -Wall -c $tmp/test.cpp ${CXX:-g++} -I . -I src/interfaces/libpq -I src/include -fsyntax-only -Wall -c $tmp/test.cpp
done done
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment