2021-08-22 14:21:58 +00:00
|
|
|
--- a/SConscript
|
|
|
|
+++ b/SConscript
|
2021-10-25 07:36:56 +00:00
|
|
|
@@ -1038,6 +1038,8 @@ if not cleaning and not helping:
|
2018-04-02 08:28:24 +00:00
|
|
|
ncurseslibs += pkg_config('tinfo', rpath_hack=True)
|
|
|
|
# It's not yet known whether rpath_hack is appropriate for
|
|
|
|
# ncurses5-config.
|
2017-01-20 18:16:32 +00:00
|
|
|
+ elif WhereIs('ncursesw6-config'):
|
|
|
|
+ ncurseslibs = ['!ncursesw6-config --libs --cflags']
|
|
|
|
elif WhereIs('ncurses5-config'):
|
|
|
|
ncurseslibs = ['!ncurses5-config --libs --cflags']
|
|
|
|
elif WhereIs('ncursesw5-config'):
|