mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-27 06:51:44 -08:00
Features are not active when building COMMIT-ID
This commit is contained in:
parent
92c3438df1
commit
122425ad1e
1 changed files with 2 additions and 2 deletions
|
|
@ -31,8 +31,8 @@
|
|||
;;;
|
||||
|
||||
(setq si::+commit-id+ "UNKNOWN")
|
||||
#-windows
|
||||
(when (probe-file "@top_srcdir@/../.git/")
|
||||
(when (and (not (member :windows *features*))
|
||||
(probe-file "@top_srcdir@/../.git/")
|
||||
(when (probe-file "COMMIT-ID")
|
||||
(delete-file "COMMIT-ID"))
|
||||
(when (and (zerop (si::system "(cd \"@top_srcdir@\" && git log --format=oneline -1) > COMMIT-ID"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue