Fix libreadline detection
This fixes building and bundling the "luasession" commandline tool,
regression was introduced in 2e9ac80e99 (waf py2/3)
This commit is contained in:
@@ -22,6 +22,7 @@ def configure(conf):
|
||||
header_name='stdio.h readline/readline.h',
|
||||
lib='readline',
|
||||
uselib_store='READLINE',
|
||||
define_name='HAVE_READLINE',
|
||||
mandatory=False)
|
||||
autowaf.configure(conf)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user