[vlc-commits] macOS build.sh: pass configure flags with $VLC_CONFIGURE_ARGS
Thomas Guillem
git at videolan.org
Thu Sep 7 15:16:12 CEST 2017
vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Thu Sep 7 14:11:40 2017 +0200| [c5a94bee3f44c8f6edb256c1f8a082155755e8d0] | committer: Thomas Guillem
macOS build.sh: pass configure flags with $VLC_CONFIGURE_ARGS
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c5a94bee3f44c8f6edb256c1f8a082155755e8d0
---
extras/package/macosx/build.sh | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/extras/package/macosx/build.sh b/extras/package/macosx/build.sh
index 3e39129c8d..3327e33db4 100755
--- a/extras/package/macosx/build.sh
+++ b/extras/package/macosx/build.sh
@@ -222,7 +222,8 @@ if [ "${vlcroot}/configure" -nt Makefile ]; then
--build=$TRIPLET \
--host=$TRIPLET \
--with-macosx-version-min=$MINIMAL_OSX_VERSION \
- --with-macosx-sdk=$SDKROOT > $out
+ --with-macosx-sdk=$SDKROOT \
+ $VLC_CONFIGURE_ARGS > $out
fi
More information about the vlc-commits
mailing list