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

Commit5b140dc

Browse files
committed
meson: Fix oversight in install-quiet
Ine522049 I accidentally forgot to add meson_bin to the argument list forinstall-quiet. That kind of works on some platforms because the executable isjust 'python', wich the path to meson in an argument. But on windows mesonmight be installed as an executable.Reported-by: Andrew Dunstan <andrew@dunslane.net>Discussion:https://postgr.es/m/b36dd6a4-748a-4737-54d5-dc8a50fdbe4b@dunslane.net
1 parenta03b3b6 commit5b140dc

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
@@ -2942,7 +2942,7 @@ install_quiet = custom_target('install-quiet',
29422942
output:'install-quiet',
29432943
build_always_stale:true,
29442944
build_by_default:false,
2945-
command: meson_args+ ['install','--quiet','--no-rebuild'],
2945+
command:[meson_bin,meson_args,'install','--quiet','--no-rebuild'],
29462946
depends: all_built,
29472947
)
29482948

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp