[vlc-commits] contrib: prepare for arm64 builds
Felix Paul Kühne
git at videolan.org
Thu Oct 3 17:53:34 CEST 2013
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Thu Oct 3 17:51:31 2013 +0200| [94b63729e4b450d7988b0db3e3abfc4f1a34499d] | committer: Felix Paul Kühne
contrib: prepare for arm64 builds
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=94b63729e4b450d7988b0db3e3abfc4f1a34499d
---
contrib/src/main.mak | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/contrib/src/main.mak b/contrib/src/main.mak
index 66cc31e..3022b1d 100644
--- a/contrib/src/main.mak
+++ b/contrib/src/main.mak
@@ -138,8 +138,8 @@ AR=xcrun ar
LD=xcrun ld
STRIP=xcrun strip
RANLIB=xcrun ranlib
-EXTRA_CFLAGS += -isysroot $(SDKROOT) -miphoneos-version-min=5.0
-EXTRA_LDFLAGS += -Wl,-syslibroot,$(SDKROOT) -isysroot $(SDKROOT) -miphoneos-version-min=5.0
+EXTRA_CFLAGS += -isysroot $(SDKROOT)
+EXTRA_LDFLAGS += -Wl,-syslibroot,$(SDKROOT) -isysroot $(SDKROOT)
endif
ifdef HAVE_WIN32
More information about the vlc-commits
mailing list