mirror of
https://github.com/postgres/postgres.git
synced 2026-04-29 18:32:53 -04:00
parent
4cbe579746
commit
cec2754fbe
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Reference in a new issue