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

Commita075c61

Browse files
committed
meson: Remove non-binary targets accidentally added to bin_targets
1 parent6d6e136 commita075c61

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

‎src/bin/psql/meson.build

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ psqlscanslash = custom_target('psqlscanslash',
2121
command: [flex_cmd,'--no-backup','--fix-warnings','--','-Cfe','-p','-p'])
2222
generated_sources+= psqlscanslash
2323
psql_sources+= psqlscanslash
24-
bin_targets+= psqlscanslash
2524

2625
sql_help=custom_target('psql_help',
2726
output: ['sql_help.c','sql_help.h'],
@@ -36,7 +35,6 @@ sql_help = custom_target('psql_help',
3635
)
3736
generated_sources+= sql_help.to_list()
3837
psql_sources+= sql_help
39-
bin_targets+= sql_help
4038

4139
psql=executable('psql',
4240
psql_sources,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp