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

Commita13c7ee

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

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
@@ -1069,7 +1069,7 @@ if not pyopt.disabled()
10691069
if python3_inst.found()
10701070
python3_dep= python3_inst.dependency(embed:true,required: pyopt)
10711071
# Remove this check after we depend on Meson >= 1.1.0
1072-
ifnot cc.check_header('Python.h',dependencies: python3_dep,required: pyopt)
1072+
ifnot cc.check_header('Python.h',dependencies: python3_dep,required: pyopt,include_directories: postgres_inc)
10731073
python3_dep= not_found_dep
10741074
endif
10751075
endif

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp