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 kconfig-frontends compilation on Mac M1 #81

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Aug 11, 2022

  1. Fix kconfig-frontends compilation on Mac M1

    kconfig-frontends fails to compile on M1 Mac (OSX 12.2.1, XCode CLT version 13.4.0.0.1.1651278267) with the following error:  "ld: symbol(s) not found for architecture x86_64".
    
    This patch adds an ncurses dependency, which fixes the linker error above.
    nrodichenko authored Aug 11, 2022
    Configuration menu
    Copy the full SHA
    2e73225 View commit details
    Browse the repository at this point in the history