vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | 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 _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
