From 2dfb6db8071bb9c7c0fe24f7f30568e2ff745669 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Sat, 9 May 2020 23:59:31 +0000 Subject: Lua 5.1 compatibility --- pkg/python/gen.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/python/gen.lua') diff --git a/pkg/python/gen.lua b/pkg/python/gen.lua index e90b9957..4ae83fb6 100644 --- a/pkg/python/gen.lua +++ b/pkg/python/gen.lua @@ -52,7 +52,7 @@ sources = table.keys(sources) cflags{'-D Py_BUILD_CORE'} -rule('makesetup', 'lua5.2 $dir/makesetup.lua $dir/modules.lua <$in >$out') +rule('makesetup', 'lua $dir/makesetup.lua $dir/modules.lua <$in >$out') build('makesetup', '$outdir/config.c', {'$srcdir/Modules/config.c.in', '|', '$dir/makesetup.lua', '$dir/modules.lua'}) cc('Modules/getbuildinfo.c', nil, { -- cgit v1.2.3