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

Commit823eb3d

Browse files
committed
meson: Fix missing dependency from install-quiet to sepgsql.sql
This could lead to an error likeERROR: File 'contrib/sepgsql/sepgsql.sql' could not be foundBackpatch: 16-, where meson was added
1 parentb282fa8 commit823eb3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎contrib/sepgsql/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ sepgsql = shared_module('sepgsql',
3131
)
3232
contrib_targets+= sepgsql
3333

34-
custom_target('sepgsql.sql',
34+
contrib_targets+=custom_target('sepgsql.sql',
3535
input:'sepgsql.sql.in',
3636
output:'sepgsql.sql',
3737
command: [sed,'-e','s,MODULE_PATHNAME,$libdir/sepgsql,g','@INPUT@'],

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp