From 1136d2d2415f002de36625add6566b8d64ae91fe Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Tue, 16 Jun 2020 01:01:11 -0700 Subject: file: Update to 5.39 --- pkg/file/gen.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkg/file/gen.lua') diff --git a/pkg/file/gen.lua b/pkg/file/gen.lua index 52ffabce..626b044d 100644 --- a/pkg/file/gen.lua +++ b/pkg/file/gen.lua @@ -1,8 +1,8 @@ -local version = '5.37' +local version = '5.39' cflags{ '-Wall', '-D HAVE_CONFIG_H', - string.format([[-D 'MAGIC="%s/share/file/magic"']], config.prefix), + ([[-D 'MAGIC="%s/share/file/magic"']]):format(config.prefix), '-D _GNU_SOURCE', '-I $dir', '-I $outdir/include', -- cgit v1.2.3