Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit cec2754

Browse files
committed
Fix cplusplusscheck in vpath builds
Same solution as 829906f.
1 parent 4cbe579 commit cec2754

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/tools/pginclude/cpluspluscheck

+2
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,8 @@ do
172172
EXTRAINCLUDES="$python_includespec" ;;
173173
src/interfaces/ecpg/*)
174174
EXTRAINCLUDES="-I $builddir/src/interfaces/ecpg/include -I $srcdir/src/interfaces/ecpg/include" ;;
175+
src/backend/utils/adt/*)
176+
EXTRAINCLUDES="-I $builddir/src/backend/utils/adt/" ;;
175177
*)
176178
EXTRAINCLUDES="" ;;
177179
esac

0 commit comments

Comments
 (0)