[vlc-commits] contrib: disable rust for the 32bit Intel iOS simulator

Felix Paul Kühne git at videolan.org
Fri Sep 25 13:25:46 CEST 2020


vlc | branch: master | Felix Paul Kühne <felix at feepk.net> | Thu Sep 24 22:05:34 2020 +0200| [c1d34ae51c0a5509410e1f01385bc7923d36592d] | committer: Felix Paul Kühne

contrib: disable rust for the 32bit Intel iOS simulator

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

 contrib/src/main-rust.mak | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/contrib/src/main-rust.mak b/contrib/src/main-rust.mak
index edd9c47467..36ca76d8ef 100644
--- a/contrib/src/main-rust.mak
+++ b/contrib/src/main-rust.mak
@@ -15,10 +15,12 @@ else ifdef HAVE_ANDROID
 RUST_TARGET = $(HOST)
 else ifdef HAVE_IOS
 ifneq ($(ARCH),arm) # iOS 32bit is Tier 3
+ifneq ($(ARCH),i386) # iOS 32bit is Tier 3
 ifndef HAVE_TVOS # tvOS is Tier 3
 RUST_TARGET = $(ARCH)-apple-ios
 endif
 endif
+endif
 else ifdef HAVE_MACOSX
 RUST_TARGET = $(ARCH)-apple-darwin
 else ifdef HAVE_SOLARIS



More information about the vlc-commits mailing list