git clone https://github.com/tpoechtrager/apple-libtapi.git cd apple-libtapi [INSTALLPREFIX=/home/user/cctools] ./build.sh ./install.sh Install cctools and ld64: git clone https://github.com/tpoechtrager/cctools-port.git cd cctools-port/cctools ./configure \ [--prefix=/home/user/cctoo...
Breadcrumbs cctools-port /usage_examples /ios_toolchain / wrapper.cTop File metadata and controls Code Blame 197 lines (169 loc) · 4.2 KB Raw #ifndef TARGET_CPU #define TARGET_CPU "armv7" #endif #ifndef OS_VER_MIN #define OS_VER_MIN "4.2" #endif #ifndef SDK_DIR #define SDK_DIR...