summaryrefslogtreecommitdiff
path: root/pkg/python
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2018-08-30 16:24:35 -0700
committerMichael Forney <mforney@mforney.org>2018-08-30 16:24:35 -0700
commitafcfaa1a36559af868913fb4e56c7b4107ff0b57 (patch)
tree69d4b66db8d86630814fa93e2814412e39328786 /pkg/python
parentc0dbccdc5b0ee86b8353e06c860b9ed8b9523393 (diff)
python: Fix DATE and TIME in getbuildinfo.c
Diffstat (limited to 'pkg/python')
-rw-r--r--pkg/python/gen.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/python/gen.lua b/pkg/python/gen.lua
index ae86a9b0..85877d56 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="Mar 28 2018"' -D 'TIME="05:19:59"']]
+ cflags=[[$cflags -D 'DATE="Jun 26 2018"' -D 'TIME="23:11:05"']]
})
cc('Modules/getpath.c', nil, {
cflags={