Skip to content

Commit

Permalink
Add CURSES_LIBS info to Makefile output
Browse files Browse the repository at this point in the history
- Modified `Makefile` to include `CURSES_LIBS` in the output.
- Fixed a minor typo in `CURSES_LIBS` information line.

The addition of `CURSES_LIBS` to the `Makefile` helps in diagnosing
any linking issues related to ncurses. It aids in ensuring that the
necessary libraries are correctly detected and linked. The correction
of the typo ensures accurate reporting of library status.
  • Loading branch information
horta committed Nov 7, 2024
1 parent 8f36cd2 commit 61a3783
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ CFLAGS += -DATHR_OS=$(ATHR_OS)
$(info OS = $(OS))
$(info PKG_CONFIG_FOUND = $(PKG_CONFIG_FOUND))
$(info CURSES_FOUND = $(CURSES_FOUND))
$(info CURSES_LIBS = $(CURSES_LIBSCURSES_FOUND))
$(info ATHR_TERMINAL = $(ATHR_TERMINAL))
$(info ATHR_OS = $(ATHR_OS))
$(info CFLAGS = $(CFLAGS))
Expand Down

0 comments on commit 61a3783

Please sign in to comment.