summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2020-02-19 18:19:01 +0100
committerRobin Gareus <robin@gareus.org>2020-02-19 18:20:03 +0100
commitb1922fb220cab5b4685eb6c6f53ecc1be221f553 (patch)
treea1b7cc87d4879a79dc1e8b6934e1fd8f3e39cd48 /tools
parentf62fb6dd9842c31d452b2a30e287ff1282fd1ee8 (diff)
Fix libreadline detection
This fixes building and bundling the "luasession" commandline tool, regression was introduced in 2e9ac80e99 (waf py2/3)
Diffstat (limited to 'tools')
-rwxr-xr-xtools/luadevel/wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/luadevel/wscript b/tools/luadevel/wscript
index 7cf7803889..c3c4d90aa6 100755
--- a/tools/luadevel/wscript
+++ b/tools/luadevel/wscript
@@ -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)