[vlc-commits] Win32 build: fix script options
Jean-Baptiste Kempf
git at videolan.org
Mon Nov 13 16:56:38 CET 2017
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Nov 13 16:55:49 2017 +0100| [279db9d8f2962193626a66d4e99b71f6c1c37798] | committer: Jean-Baptiste Kempf
Win32 build: fix script options
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=279db9d8f2962193626a66d4e99b71f6c1c37798
---
extras/package/win32/build.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/extras/package/win32/build.sh b/extras/package/win32/build.sh
index bcf9b4475d..272be1fc50 100755
--- a/extras/package/win32/build.sh
+++ b/extras/package/win32/build.sh
@@ -29,7 +29,7 @@ EOF
}
ARCH="x86_64"
-while getopts "hra:pcl" OPTION
+while getopts "hra:pcli:" OPTION
do
case $OPTION in
h)
More information about the vlc-commits
mailing list