[vlc-commits] configure: move assignment for consistency
Marvin Scholz
git at videolan.org
Thu Mar 26 09:09:06 CET 2020
vlc | branch: master | Marvin Scholz <epirat07 at gmail.com> | Wed Mar 11 02:03:08 2020 +0100| [acfcfe3543a1555cb528e66279359e6b33174e7c] | committer: Marvin Scholz
configure: move assignment for consistency
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=acfcfe3543a1555cb528e66279359e6b33174e7c
---
configure.ac | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 937154affe..c748bd3afc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -171,6 +171,8 @@ case "${host_os}" in
SYS=dragonfly
;;
darwin*)
+ SYS=darwin
+
dnl Workaround possible Xcode 11 bug
CFLAGS="${CFLAGS} -fno-stack-check"
CXXFLAGS="${CXXFLAGS} -fno-stack-check"
@@ -201,7 +203,6 @@ case "${host_os}" in
;;
esac
- SYS=darwin
CFLAGS="${CFLAGS} -D_INTL_REDIRECT_MACROS -std=gnu11 ${ARCH_flag}"
CXX="${CXX} -stdlib=libc++ -std=c++11"
CXXFLAGS="${CXXFLAGS} -D_INTL_REDIRECT_MACROS ${ARCH_flag}"
More information about the vlc-commits
mailing list