diff options
| author | Michael Forney <mforney@mforney.org> | 2020-05-09 23:59:31 +0000 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2020-05-10 02:15:55 -0700 |
| commit | 2dfb6db8071bb9c7c0fe24f7f30568e2ff745669 (patch) | |
| tree | 87abe0e949949b4e9ba9d037160f9e28a8245382 /pkg/python | |
| parent | 1f24c29f1916fb234bbfbb311c5fcb38cfb28c00 (diff) | |
Lua 5.1 compatibility
Diffstat (limited to 'pkg/python')
| -rw-r--r-- | pkg/python/gen.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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, { |
