Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix boolean logic in Makefile for ncurses detection
- Corrected logical error in Makefile when checking for ncurses existence. This change ensures the correct boolean output from pkg-config by replacing a duplicate echo true statement with the correct echo false. This improves the Makefile's reliability in detecting ncurses and is crucial for avoiding false positives that could lead to build errors.
- Loading branch information