[vlc-commits] [Git][videolan/vlc][master] extras/tools: meson: create bin folder if needed

Rémi Denis-Courmont (@Courmisch) gitlab at videolan.org
Fri Jan 21 00:16:55 UTC 2022



Rémi Denis-Courmont pushed to branch master at VideoLAN / VLC


Commits:
1649e121 by Marvin Scholz at 2022-01-20T20:53:12+00:00
extras/tools: meson: create bin folder if needed

Fixes the "build" of meson that could randomly fail when no target
created the folder already.

- - - - -


1 changed file:

- extras/tools/tools.mak


Changes:

=====================================
extras/tools/tools.mak
=====================================
@@ -400,6 +400,7 @@ meson: meson-$(MESON_VERSION).tar.gz
 	$(MOVE)
 
 .buildmeson: meson
+	mkdir -p $(PREFIX)/bin
 	printf "#!/bin/sh\n\npython3 $(abspath .)/meson/meson.py \"\$$@\"\n" > $(PREFIX)/bin/meson
 	chmod +x $(PREFIX)/bin/meson
 	touch $@



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/1649e121586f4bfd0f9f430d6f07e423a7eedc7d

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/1649e121586f4bfd0f9f430d6f07e423a7eedc7d
You're receiving this email because of your account on code.videolan.org.




More information about the vlc-commits mailing list