view buildsys/scripts/setenv-cross-ios.sh @ 619:c754150fe87f

- x64 win disas example fix and addition
author Tassilo Philipp
date Mon, 03 Oct 2022 13:49:19 +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"