Skip to content

Commit

Permalink
update emacs-native-comp-git: try make bootstrap #4054
Browse files Browse the repository at this point in the history
  • Loading branch information
ykelvis committed Nov 7, 2024
1 parent b97a184 commit 26b276d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions archlinuxcn/emacs-native-comp-git/lilac.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 26b276d

Please sign in to comment.