13
0

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:
Robin Gareus 2020-02-19 18:19:01 +01:00
parent f62fb6dd98
commit b1922fb220
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -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)