diff options
| author | Michael Forney <mforney@mforney.org> | 2020-06-16 01:01:11 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2020-06-16 02:41:45 -0700 |
| commit | 1136d2d2415f002de36625add6566b8d64ae91fe (patch) | |
| tree | d246c3c935f3d3aaf332bb14b670c9b2ef10787b /pkg/file/gen.lua | |
| parent | c5f325acecccaa239512d12e36ba37c12500566c (diff) | |
file: Update to 5.39
Diffstat (limited to 'pkg/file/gen.lua')
| -rw-r--r-- | pkg/file/gen.lua | 4 |
1 files changed, 2 insertions, 2 deletions
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', |
