[vlc-devel] [PATCH] macosx/configure: setup environment before configuring
Felix Paul Kühne
fkuehne at videolan.org
Thu Apr 30 14:33:18 CEST 2020
From: Felix Paul Kühne <felix at feepk.net>
---
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..e9ec3c9bb6 100755
--- a/extras/package/macosx/configure.sh
+++ b/extras/package/macosx/configure.sh
@@ -1,5 +1,8 @@
#!/bin/sh
+SCRIPTDIR=$(dirname "$0")
+source "$SCRIPTDIR/env.build.sh" "none"
+
CFLAGS=${CFLAGS}
LDFLAGS=${LDFLAGS}
@@ -39,4 +42,6 @@ OPTIONS="
export CFLAGS
export LDFLAGS
+vlcSetSymbolEnvironment
+
sh "$(dirname $0)"/../../../configure ${OPTIONS} "$@"
--
2.21.1 (Apple Git-122.3)
More information about the vlc-devel
mailing list