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

optipng won't compile on mac silicon #5581

Merged
merged 1 commit into from
May 2, 2024

Commits on Jul 16, 2023

  1. optipng won't compile on mac silicon

    - create a Make option 'init-mac' to account for it
    - allow run-boostrap.sh to process the new --optipng-fix flag
    
    Open to better ideas (yes, move to linux is valid)
    - Determining if you are on Apple silicon from
      run-bootstrap directly appeared to be problematic
      since it is running in a container
    - Doing it prior in the make call seemed to make sense
      - change nothing for exisitng processes but add a
        simpler way forward for Mac folk
    smithellis committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    0e563da View commit details
    Browse the repository at this point in the history