|
@@ -457,7 +457,7 @@ if [ "$TVOS" = "yes" ]; then
|
|
|
buildxcodeproj MobileVLCKit "TVVLCKit" ${platform}
|
|
|
lipo_libs="$lipo_libs ${CONFIGURATION}-appletvos/libTVVLCKit.a"
|
|
|
fi
|
|
|
- if [ "$FARCH" = "all" ] || (is_simulator_arch $arch);then
|
|
|
+ if [ "$FARCH" = "all" ] || (is_simulator_arch $FARCH);then
|
|
|
platform="appletvsimulator"
|
|
|
buildxcodeproj MobileVLCKit "TVVLCKit" ${platform}
|
|
|
lipo_libs="$lipo_libs ${CONFIGURATION}-appletvsimulator/libTVVLCKit.a"
|
|
@@ -485,7 +485,7 @@ if [ "$IOS" = "yes" ]; then
|
|
|
buildxcodeproj MobileVLCKit "MobileVLCKit" ${platform}
|
|
|
lipo_libs="$lipo_libs ${CONFIGURATION}-iphoneos/libMobileVLCKit.a"
|
|
|
fi
|
|
|
- if [ "$FARCH" = "all" ] || (is_simulator_arch $arch);then
|
|
|
+ if [ "$FARCH" = "all" ] || (is_simulator_arch $FARCH);then
|
|
|
platform="iphonesimulator"
|
|
|
buildxcodeproj MobileVLCKit "MobileVLCKit" ${platform}
|
|
|
lipo_libs="$lipo_libs ${CONFIGURATION}-iphonesimulator/libMobileVLCKit.a"
|