[vlc-commits] package/win32: build.sh: allow CONFIGFLAGS values to be set outside the script

Steve Lhomme git at videolan.org
Mon Jun 22 13:40:57 CEST 2020


vlc/vlc-3.0 | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Mon Jun 22 11:12:34 2020 +0200| [ad7b7283e116f507e6a5c5e501025f4ba6c75eba] | committer: Steve Lhomme

package/win32: build.sh: allow CONFIGFLAGS values to be set outside the script

This is already the case for CONTRIBFLAGS.

(cherry picked from commit bd5588009ca132329602688993139acc5541a4c1)

Signed-off-by: Steve Lhomme <robux4 at ycbcr.xyz>

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

 extras/package/win32/build.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/extras/package/win32/build.sh b/extras/package/win32/build.sh
index f45530bbd0..bbbdeb8d4c 100755
--- a/extras/package/win32/build.sh
+++ b/extras/package/win32/build.sh
@@ -304,7 +304,6 @@ fi
 mkdir -p $SHORTARCH
 cd $SHORTARCH
 
-CONFIGFLAGS=""
 if [ "$RELEASE" != "yes" ]; then
      CONFIGFLAGS="$CONFIGFLAGS --enable-debug"
 fi



More information about the vlc-commits mailing list