Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert #110 to fix iOS cross-compilation after #158. Fixes #173 #176

Merged
merged 4 commits into from
Mar 23, 2023

Commits on Jan 27, 2023

  1. Configuration menu
    Copy the full SHA
    c66740c View commit details
    Browse the repository at this point in the history
  2. Fix zlib-ng compilation for iOS

    luser committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    d1ba3ce View commit details
    Browse the repository at this point in the history
  3. Revert rust-lang#110 to fix iOS cross-compilation after rust-lang#158.

    …Fixes rust-lang#173
    
    In rust-lang#158, better support for using CMake's cross-compilation facilities was
    added. This made the workaround added in rust-lang#110 for iOS not only unnecessary,
    but actively harmful, in that it runs afoul of SDK validation checks in the
    CMake iOS codepath.
    luser committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    f658691 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. Use checkout@v3

    Co-authored-by: Yuki Okushi <jtitor@2k36.org>
    thomcc and JohnTitor committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    e43b273 View commit details
    Browse the repository at this point in the history