summaryrefslogtreecommitdiff
path: root/config/cross-ios-arm7.cbc
blob: b29ddc4217cb5b3cf215850490fecedcc167f996 (plain)
1
2
3
4
5
6
7
from cerbero.config import Platform, Architecture, Distro, DistroVersion

target_platform=Platform.IOS
target_arch=Architecture.ARMv7
target_distro=Distro.IOS
target_distro_version=DistroVersion.IOS_6_1
host='arm-apple-darwin'