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

[vcpkg-cmake][libpng] Add "OSX_SPLIT_BUILD" feature #22898

Closed
wants to merge 2 commits into from

Commits on Aug 1, 2022

  1. Introduce split build for osx ports without universal builds

    Some ports (e.g. libpng) don't support building for multiple
    architectures at the same time. For these ports, we can now use the
    OSX_SPLIT_BUILD option, which will perform multiple builds (one for each
    requested architecture) and then merge them into a universal binary when
    the build is complete
    martijn-resolume committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    70bfa5a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b6a2db View commit details
    Browse the repository at this point in the history