aboutsummaryrefslogtreecommitdiffhomepage
path: root/makefile
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2020-03-11 18:38:29 -0400
committerRalph Amissah <ralph.amissah@gmail.com>2020-03-14 15:17:44 -0400
commit1468425eab4c03340eaa880a277844f16c06d5a3 (patch)
tree07d5d1313dd34cf7d137743dc358229e66e3fd15 /makefile
parentmeson build (subproject imageformats pinned 7.0.0) (diff)
meson build (subproject issue with imageformats >= 7.0.1)
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
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 ../..