[vlc-commits] contrib: crossfile.meson: Depend on gen-meson-crossfile.py

Marvin Scholz git at videolan.org
Mon Jul 1 15:54:54 CEST 2019


vlc | branch: master | Marvin Scholz <epirat07 at gmail.com> | Mon Jul  1 15:54:46 2019 +0200| [ad47f9025df637d5ed21580d25266cc8c5efec3a] | committer: Marvin Scholz

contrib: crossfile.meson: Depend on gen-meson-crossfile.py

This ensures that gen-meson-crossfile.py is found and additionally
regenerates the crossfile if the generator script was changed.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ad47f9025df637d5ed21580d25266cc8c5efec3a
---

 contrib/src/main.mak | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/src/main.mak b/contrib/src/main.mak
index 5c267f078a..0f805e293d 100644
--- a/contrib/src/main.mak
+++ b/contrib/src/main.mak
@@ -597,7 +597,7 @@ endif
 endif
 endif
 
-crossfile.meson:
+crossfile.meson: $(SRC)/gen-meson-crossfile.py
 	$(HOSTTOOLS) \
 	CPPFLAGS="$(CPPFLAGS)" \
 	CFLAGS="$(CFLAGS)" \



More information about the vlc-commits mailing list