view buildsys/scripts/setenv-cross-ios.sh @ 0:3e629dc19168

initial from svn dyncall-1745
author Daniel Adler
date Thu, 19 Mar 2015 22:24:28 +0100
parents
children
line wrap: on
line source


IOS_ARCH="armv6"
IOS_SDK_VERSION="4.3" 

export TARGET_MACH="-arch ${IOS_ARCH}" 
export TARGET_ARCH="-arch ${IOS_ARCH} -isysroot /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS${IOS_SDK_VERSION}.sdk"