From cbc1e78dfe101b26c6272eabe6942edea7fed003 Mon Sep 17 00:00:00 2001 From: Petri Latvala Date: Thu, 28 Sep 2017 18:10:47 +0300 Subject: meson.sh: Invoke meson correctly Either source or build directory is required as a command line parameter. Also use mkdir -p when creating the build directory to avoid errors when it already exists. Signed-off-by: Petri Latvala Reviewed-by: Daniel Vetter --- meson.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meson.sh') diff --git a/meson.sh b/meson.sh index eff86adb..cbf1a932 100755 --- a/meson.sh +++ b/meson.sh @@ -6,8 +6,8 @@ cat > Makefile <