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

David Fuhrmann git at videolan.org
Sun Jan 7 20:06:19 CET 2018


vlc | branch: master | David Fuhrmann <dfuhrmann at videolan.org> | Wed Jan  3 12:31:11 2018 +0100| [52da6575d349e378ff220ab59ce6864f0a38d446] | committer: David Fuhrmann

macOS build.sh: Rebootstrap tools for clean build

Otherwise those tools previously deleted are assumed present,
still.

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

 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 5f675a70bc..0e5a3a3f99 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