Skip to content

Instantly share code, notes, and snippets.

@tmathews
Created September 24, 2024 22:52
Show Gist options
  • Save tmathews/55f98af3eccec38870b4b8d035e682fd to your computer and use it in GitHub Desktop.
Save tmathews/55f98af3eccec38870b4b8d035e682fd to your computer and use it in GitHub Desktop.
export CC=clang
export CROSS_TOP=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer
export CROSS_SDK=iPhoneOS.sdk
export PATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin:$PATH
./Configure ios64-cross no-async no-shared no-tests --release
make build_libs -j16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment