From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

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"