From 4c434148a2be98ec37c64b6cf6c28a09a5e99ba3 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Tue, 8 Dec 2020 00:18:29 -0800 Subject: python: Update to 3.9.1 --- pkg/python/gen.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/python/gen.lua') diff --git a/pkg/python/gen.lua b/pkg/python/gen.lua index 6c63129f..50968a4a 100644 --- a/pkg/python/gen.lua +++ b/pkg/python/gen.lua @@ -56,7 +56,7 @@ rule('makesetup', 'lua $dir/makesetup.lua $dir/modules.lua <$in >$out') 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="Oct 4 2020"' -D 'TIME="19:31:29"']] + cflags=[[$cflags -D 'DATE="Dec 7 2020"' -D 'TIME="15:03:11"']] }) cc('Modules/getpath.c', nil, { cflags={ -- cgit v1.2.3