From 1468425eab4c03340eaa880a277844f16c06d5a3 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Wed, 11 Mar 2020 18:38:29 -0400 Subject: meson build (subproject issue with imageformats >= 7.0.1) --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index ee8acba..9489c0f 100644 --- a/makefile +++ b/makefile @@ -104,7 +104,7 @@ meson_get_subprojects: meson_clean_build_dir git add . ; git commit -m"project meson.build added"; \ cd ../.. cd subprojects/imageformats; \ - git checkout -b add_meson_build_patch v7.0.0; \ + git checkout -b add_meson_build_patch; \ cp ../imageformats.meson.build meson.build; \ git add . ; git commit -m"project meson.build added"; \ cd ../.. -- cgit v1.2.3