From 26b276d1f08e8ff8386571993a12fbea7f9d0257 Mon Sep 17 00:00:00 2001 From: yk Date: Thu, 7 Nov 2024 13:15:15 +0800 Subject: [PATCH] update emacs-native-comp-git: try make bootstrap #4054 --- archlinuxcn/emacs-native-comp-git/lilac.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/archlinuxcn/emacs-native-comp-git/lilac.py b/archlinuxcn/emacs-native-comp-git/lilac.py index 2c2b3d6e8e43..16f6e552f3c7 100644 --- a/archlinuxcn/emacs-native-comp-git/lilac.py +++ b/archlinuxcn/emacs-native-comp-git/lilac.py @@ -39,6 +39,9 @@ def pre_build(): #if line.startswith('source='): # line = 'source=("emacs-git::git+https://github.com/emacs-mirror/emacs.git")' # checks = checks + '3' + if '../configure' in line: + line = f'{line}\n make bootstrap' + print(line)