[vlc-commits] extras/tools: bootstrap: create build/bin/
Konstantin Pavlov
git at videolan.org
Tue Dec 18 18:14:30 CET 2018
vlc/vlc-3.0 | branch: master | Konstantin Pavlov <thresh at videolan.org> | Thu Nov 8 15:45:48 2018 +0300| [6e5d075508ffe3462f470df39658b5352fa9f837] | committer: Hugo Beauzée-Luyssen
extras/tools: bootstrap: create build/bin/
This is required for the meson wrapper.
(cherry picked from commit 2d01fd57c373e408ec99011b68f3ef15255e3f81)
Signed-off-by: Hugo Beauzée-Luyssen <hugo at beauzee.fr>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=6e5d075508ffe3462f470df39658b5352fa9f837
---
extras/tools/bootstrap | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/extras/tools/bootstrap b/extras/tools/bootstrap
index bc40e8b047..1bfcb8c5e5 100755
--- a/extras/tools/bootstrap
+++ b/extras/tools/bootstrap
@@ -88,7 +88,7 @@ check flex
check nasm 2.13.01
check meson 0.48.1
-[ -n "$NEEDED" ] && mkdir -p build/ && echo "To-be-built packages: `echo $NEEDED | sed 's/\.//g'`"
+[ -n "$NEEDED" ] && mkdir -p build/bin && echo "To-be-built packages: `echo $NEEDED | sed 's/\.//g'`"
CPUS=
case `uname` in
More information about the vlc-commits
mailing list