diff options
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -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 ../.. | 
