[vlc-commits] contribs: iOS: Remove duplicated LDFLAGS
Hugo Beauzée-Luyssen
git at videolan.org
Mon Sep 18 10:27:02 CEST 2017
vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Fri Sep 15 17:35:50 2017 +0200| [cfea2b5efa6415730882cd3b27f5f4981dc040f5] | committer: Hugo Beauzée-Luyssen
contribs: iOS: Remove duplicated LDFLAGS
EXTRA_LDFLAGS is added to LDFLAGS a few lines below
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=cfea2b5efa6415730882cd3b27f5f4981dc040f5
---
contrib/src/main.mak | 1 -
1 file changed, 1 deletion(-)
diff --git a/contrib/src/main.mak b/contrib/src/main.mak
index 79cf780d23..775e2f1b4b 100644
--- a/contrib/src/main.mak
+++ b/contrib/src/main.mak
@@ -142,7 +142,6 @@ LD=xcrun ld
STRIP=xcrun strip
RANLIB=xcrun ranlib
EXTRA_CFLAGS += $(CFLAGS)
-EXTRA_LDFLAGS += $(LDFLAGS)
endif
ifdef HAVE_WIN32
More information about the vlc-commits
mailing list