Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
Tools
/
wpe
/
meson-wrapper
blob: d8dbe7f8c5ff10a8348d13e17b1fc060d93b6cc2 [
file
] [
edit
]
#! /usr/bin/env sh
set
-
e
reconfigure_mode
=
$1
shift
if
[
"$reconfigure_mode"
=
flag
]
||
[
-
r
"$1/build.ninja"
]
;
then
set
--
setup
--
reconfigure
"$@"
else
set
--
setup
"$@"
fi
echo
"MESON: meson $*"
exec
meson
"$@"