[vlc-commits] OSX: build the contribs in a tripleted folder

Jean-Baptiste Kempf git at videolan.org
Fri Oct 9 14:25:22 CEST 2015


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Oct  9 14:25:00 2015 +0200| [184a844612747d7228ec9cbbe27237f101f00890] | committer: Jean-Baptiste Kempf

OSX: build the contribs in a tripleted folder

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

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

diff --git a/extras/package/macosx/build.sh b/extras/package/macosx/build.sh
index 691db16..ebd8d4e 100755
--- a/extras/package/macosx/build.sh
+++ b/extras/package/macosx/build.sh
@@ -118,7 +118,7 @@ spopd
 
 info "Building contribs"
 spushd "${vlcroot}/contrib"
-mkdir -p build && cd build
+mkdir -p contrib-$TRIPLET && cd contrib-$TRIPLET
 ../bootstrap --build=$TRIPLET --host=$TRIPLET > $out
 if [ "$REBUILD" = "yes" ]; then
     make clean



More information about the vlc-commits mailing list