Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit cec2754

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

File tree

Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed

‎src/tools/pginclude/cpluspluscheck

Copy file name to clipboardExpand all lines: src/tools/pginclude/cpluspluscheck
+2Lines changed: 2 additions & 0 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.