|
|
|
@ -277,9 +277,6 @@ if [ ! -d "gradle/wrapper" ]; then |
|
|
|
rm -rf gradle-${GRADLE_VERSION}-bin.zip |
|
|
|
fi |
|
|
|
|
|
|
|
if [ "$GRADLE_SETUP" = 1 ]; then |
|
|
|
exit 0 |
|
|
|
fi |
|
|
|
#################### |
|
|
|
# Fetch VLC source # |
|
|
|
#################### |
|
|
|
@ -321,6 +318,12 @@ else |
|
|
|
cd .. |
|
|
|
fi |
|
|
|
|
|
|
|
# Always clone VLC when using --init since we'll need to package some files |
|
|
|
# during the final assembly (lua/hrtfs/..) |
|
|
|
if [ "$GRADLE_SETUP" = 1 ]; then |
|
|
|
exit 0 |
|
|
|
fi |
|
|
|
|
|
|
|
############ |
|
|
|
# Make VLC # |
|
|
|
############ |
|
|
|
|