[vlc-devel] [PATCH v2 2/2] package/win32: Fix indentation
Marvin Scholz
epirat07 at gmail.com
Fri Oct 11 13:13:14 CEST 2019
---
extras/package/win32/build.sh | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/extras/package/win32/build.sh b/extras/package/win32/build.sh
index 92cb1e3d7a..0033265a1b 100755
--- a/extras/package/win32/build.sh
+++ b/extras/package/win32/build.sh
@@ -132,18 +132,18 @@ fi
# Rebuild the contribs or use the prebuilt ones
if [ "$PREBUILT" != "yes" ]; then
-make list
-make -j$JOBS fetch
-make -j$JOBS -k || make -j1
-if [ "$PACKAGE" = "yes" ]; then
-make package
-fi
+ make list
+ make -j$JOBS fetch
+ make -j$JOBS -k || make -j1
+ if [ "$PACKAGE" = "yes" ]; then
+ make package
+ fi
elif [ -n "$VLC_PREBUILT_CONTRIBS_URL" ]; then
-make prebuilt PREBUILT_URL="$VLC_PREBUILT_CONTRIBS_URL"
-make .luac
+ make prebuilt PREBUILT_URL="$VLC_PREBUILT_CONTRIBS_URL"
+ make .luac
else
-make prebuilt
-make .luac
+ make prebuilt
+ make .luac
fi
cd ../..
--
2.20.1 (Apple Git-117)
More information about the vlc-devel
mailing list