mirror of
https://github.com/postgres/postgres.git
synced 2026-04-24 07:40:59 -04:00
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.
This commit is contained in:
parent
cfe96ae24c
commit
ee5dbc8173
1 changed files with 1 additions and 1 deletions
|
|
@ -36,5 +36,5 @@ do
|
|||
echo '};'
|
||||
} >$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
|
||||
|
|
|
|||
Loading…
Reference in a new issue