logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: afcfaa1a36559af868913fb4e56c7b4107ff0b57
parent c0dbccdc5b0ee86b8353e06c860b9ed8b9523393
Author: Michael Forney <mforney@mforney.org>
Date:   Thu, 30 Aug 2018 16:24:35 -0700

python: Fix DATE and TIME in getbuildinfo.c

Diffstat:

Mpkg/python/gen.lua2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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={