Skip to content

Fix ncurses failing to compile.

Jeremy Soller requested to merge Nickforall:ncurses-patch into master

Created by: Nickforall

This PR fixes #70 (closed), by exporting a CPPFLAG variable that is required for compilation. Apparently, it's a common issue with compiling ncurses: https://trac.sagemath.org/ticket/19762.

Merge request reports