view buildsys/scripts/setenv-cross-ios.sh @ 553:a93bb23fca8c

win build fix
author Tassilo Philipp
date Mon, 20 Jun 2022 15:25:01 +0200
parents 3e629dc19168
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"