Created
          September 24, 2024 22:52 
        
      - 
      
- 
        Save tmathews/55f98af3eccec38870b4b8d035e682fd to your computer and use it in GitHub Desktop. 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | 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