[vlc-commits] macosx/configure: setup environment before configuring

Felix Paul Kühne git at videolan.org
Sat May 2 13:29:20 CEST 2020


vlc | branch: master | Felix Paul Kühne <felix at feepk.net> | Thu Apr 30 14:31:25 2020 +0200| [7418c568021777fbd1b8e1e941853b3344fd8ad8] | committer: Felix Paul Kühne

macosx/configure: setup environment before configuring

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

 extras/package/macosx/configure.sh | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/extras/package/macosx/configure.sh b/extras/package/macosx/configure.sh
index 5bd06de79c..3f60488b20 100755
--- a/extras/package/macosx/configure.sh
+++ b/extras/package/macosx/configure.sh
@@ -1,5 +1,8 @@
 #!/bin/sh
 
+SCRIPTDIR=$(dirname "$0")
+. "$SCRIPTDIR/env.build.sh" "none"
+
 CFLAGS=${CFLAGS}
 LDFLAGS=${LDFLAGS}
 
@@ -39,4 +42,6 @@ OPTIONS="
 export CFLAGS
 export LDFLAGS
 
+vlcSetSymbolEnvironment
+
 sh "$(dirname $0)"/../../../configure ${OPTIONS} "$@"



More information about the vlc-commits mailing list