diff options
| author | Michael Forney <mforney@mforney.org> | 2020-12-08 00:18:29 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2020-12-08 00:44:04 -0800 |
| commit | 4c434148a2be98ec37c64b6cf6c28a09a5e99ba3 (patch) | |
| tree | 8f8d7a7a67a3ae12827fc15c92226c1acea8453e /pkg/python/gen.lua | |
| parent | d4c6bb3314816fb252977d0fd6644fc785cdc6f2 (diff) | |
python: Update to 3.9.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 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={ |
