Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit11b9b8c

Browse files
committed
Add postgres_inc to meson check for Python.h
Required for Cygwin.Backpatch to release 16.
1 parenta41106d commit11b9b8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1063,7 +1063,7 @@ if not pyopt.disabled()
10631063
if python3_inst.found()
10641064
python3_dep= python3_inst.dependency(embed:true,required: pyopt)
10651065
# Remove this check after we depend on Meson >= 1.1.0
1066-
ifnot cc.check_header('Python.h',dependencies: python3_dep,required: pyopt)
1066+
ifnot cc.check_header('Python.h',dependencies: python3_dep,required: pyopt,include_directories: postgres_inc)
10671067
python3_dep= not_found_dep
10681068
endif
10691069
endif

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp