Merge pull request #10432 from iMichka/shared2

ENV.shared: deprecate ncurses_define
This commit is contained in:
Mike McQuaid 2021-01-27 08:55:10 +00:00 committed by GitHub
commit 6c68e4bcb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -241,6 +241,8 @@ module SharedEnvExtension
# Currently only used by aalib in core. # Currently only used by aalib in core.
sig { void } sig { void }
def ncurses_define def ncurses_define
# odeprecated "ENV.ncurses_define"
append "CPPFLAGS", "-DNCURSES_OPAQUE=0" append "CPPFLAGS", "-DNCURSES_OPAQUE=0"
end end