Skip to content
Snippets Groups Projects

MobileVLCKit: no longer build the i386 slice by default

Closed Felix Paul Kühne requested to merge fkuehne/VLCKit:3.0-remove-i386 into 3.0
1 file
+ 1
2
Compare changes
  • Side-by-side
  • Inline
+ 1
2
@@ -233,7 +233,7 @@ buildxcodeproj()
fi
if [ "$IOS" = "yes" ]; then
if [ "$PLATFORM" = "iphonesimulator" ]; then
architectures="i386 x86_64 arm64"
architectures="x86_64 arm64"
else
architectures="armv7 armv7s arm64"
fi
@@ -827,7 +827,6 @@ buildMobileKit() {
fi
if [ "$IOS" = "yes" ]; then
if [ "$PLATFORM" = "iphonesimulator" ]; then
buildLibVLC "i386" "Simulator"
buildLibVLC "x86_64" "Simulator"
buildLibVLC "aarch64" "Simulator"
else
Loading