-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix building against ncursesw on Linux
- Loading branch information
Showing
2 changed files
with
5 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
82f3638
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This commit breaks the build on modern systems that use ncursesw as the default ncurses. Rather than force a definition of
CREDDIT_USE_NCURSESW
on non-mac systems, it would be nice it were left for the user to define (or not) when runningmake
. Alternatively, creddit.mk could detect whether anncursesw/
directory exists in any includes dir. Unfortunately I don't know enough mk to make this change myself.