ENV: add usage note to ncurses_define

This commit is contained in:
Adam Vandenberg 2013-08-05 14:47:02 -07:00
parent 6a8387ad4a
commit 20986e3ff5

View File

@ -436,6 +436,7 @@ class << ENV
# Snow Leopard defines an NCURSES value the opposite of most distros
# See: http://bugs.python.org/issue6848
# Currently only used by aalib in core
def ncurses_define
append 'CPPFLAGS', "-DNCURSES_OPAQUE=0"
end