From bcd889d2c9969a1b6cb538a763f4813d1891446f Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Mon, 12 Nov 2018 12:13:37 -0800 Subject: Call lua as lua5.2 to make sure we get the right version --- pkg/ffmpeg/gen.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/ffmpeg') diff --git a/pkg/ffmpeg/gen.lua b/pkg/ffmpeg/gen.lua index 08b66b13..0ed43b97 100644 --- a/pkg/ffmpeg/gen.lua +++ b/pkg/ffmpeg/gen.lua @@ -46,7 +46,7 @@ build('awk', '$outdir/include/libavutil/avconfig.h', {'$dir/options.h', '|', '$d expr='-f $dir/avconfig.awk', }) -rule('genlist', 'lua $dir/list.lua $dir/options.h $type $var <$in >$out.tmp && mv $out.tmp $out') +rule('genlist', 'lua5.2 $dir/list.lua $dir/options.h $type $var <$in >$out.tmp && mv $out.tmp $out') local function genlist(out, src, type, var) build('genlist', out, {src, '|', '$dir/list.lua', '$dir/options.h'}, {type=type, var=var}) table.insert(pkg.deps, out) -- cgit v1.2.3