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

fix: conditionally define RENAME_* macros #2643

Merged
merged 2 commits into from
Feb 9, 2024

Commits on Feb 9, 2024

  1. fix: conditionally define RENAME_* macros

    When using `-Xcc -Werror` flags redefining macros results in a compilation
    error. Instead we check if they are not defined before defining for the
    musl case.
    
    Fixes regression in apple#2628.
    Austinpayne committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    83a921f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ef265e View commit details
    Browse the repository at this point in the history