diff options
| author | Michael Forney <mforney@mforney.org> | 2018-11-04 17:36:31 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2018-11-05 11:52:19 -0800 |
| commit | 9207ea2b4476fc32031cc9c34eaad8ad4ec9dc7a (patch) | |
| tree | d84a262e5a9ce13e861fca690d4759eef6f52a9e /pkg/python/gen.lua | |
| parent | baefe4b060b964c88ac56c954b82d6009f232a2c (diff) | |
python: Update to 3.7.1
Diffstat (limited to 'pkg/python/gen.lua')
| -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 85877d56..604c5e3b 100644 --- a/pkg/python/gen.lua +++ b/pkg/python/gen.lua @@ -62,7 +62,7 @@ rule('makesetup', 'lua $dir/makesetup.lua $dir/modules.lua <$in >$out.tmp && mv build('makesetup', '$outdir/config.c', {'$srcdir/Modules/config.c.in', '|', '$dir/makesetup.lua', '$dir/modules.lua'}) cc('Modules/getbuildinfo.c', nil, { - cflags=[[$cflags -D 'DATE="Jun 26 2018"' -D 'TIME="23:11:05"']] + cflags=[[$cflags -D 'DATE="Oct 20 2018"' -D 'TIME="02:05:48"']] }) cc('Modules/getpath.c', nil, { cflags={ |
