[vlc-commits] macOS build.sh: Rebootstrap tools for clean build

David Fuhrmann git at videolan.org
Wed Jan 17 16:13:03 CET 2018


vlc/vlc-3.0 | branch: master | David Fuhrmann <dfuhrmann at videolan.org> | Wed Jan  3 12:31:11 2018 +0100| [5e0af151756ce448cdfeec51db98708be63442b0] | committer: Jean-Baptiste Kempf

macOS build.sh: Rebootstrap tools for clean build

Otherwise those tools previously deleted are assumed present,
still.

(cherry picked from commit 52da6575d349e378ff220ab59ce6864f0a38d446)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

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

 extras/package/macosx/build.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/extras/package/macosx/build.sh b/extras/package/macosx/build.sh
index d48bec88fc..1184a88cb7 100755
--- a/extras/package/macosx/build.sh
+++ b/extras/package/macosx/build.sh
@@ -177,6 +177,7 @@ spushd "${vlcroot}/extras/tools"
 ./bootstrap > $out
 if [ "$REBUILD" = "yes" ]; then
     make clean
+    ./bootstrap > $out
 fi
 make > $out
 spopd



More information about the vlc-commits mailing list