Commit 184a8446 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

OSX: build the contribs in a tripleted folder

parent 99fff229
...@@ -118,7 +118,7 @@ spopd ...@@ -118,7 +118,7 @@ spopd
info "Building contribs" info "Building contribs"
spushd "${vlcroot}/contrib" spushd "${vlcroot}/contrib"
mkdir -p build && cd build mkdir -p contrib-$TRIPLET && cd contrib-$TRIPLET
../bootstrap --build=$TRIPLET --host=$TRIPLET > $out ../bootstrap --build=$TRIPLET --host=$TRIPLET > $out
if [ "$REBUILD" = "yes" ]; then if [ "$REBUILD" = "yes" ]; then
make clean make clean
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment