mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-03-13 19:57:53 +08:00
Fix cplusplusscheck in vpath builds
Same solution as 829906fb6.
This commit is contained in:
parent
4cbe579746
commit
cec2754fbe
@ -172,6 +172,8 @@ do
|
||||
EXTRAINCLUDES="$python_includespec" ;;
|
||||
src/interfaces/ecpg/*)
|
||||
EXTRAINCLUDES="-I $builddir/src/interfaces/ecpg/include -I $srcdir/src/interfaces/ecpg/include" ;;
|
||||
src/backend/utils/adt/*)
|
||||
EXTRAINCLUDES="-I $builddir/src/backend/utils/adt/" ;;
|
||||
*)
|
||||
EXTRAINCLUDES="" ;;
|
||||
esac
|
||||
|
Loading…
x
Reference in New Issue
Block a user