mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
bootstrap: Do not fake, use Mes instead of Guile.
* gnu/packages/commencement.scm (%fake-bootstrap?): Do not fake, use Mes instead of Guile.
This commit is contained in:
parent
f8067e0329
commit
cdd3bcf038
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ (define-module (gnu packages commencement)
|
|||
;;;
|
||||
;;; Code:
|
||||
|
||||
(define %fake-bootstrap? #t) ; cheat using Guile (instead of Mes) in MesCC
|
||||
(define %fake-bootstrap? #f) ; cheat using Guile (instead of Mes) in MesCC
|
||||
; for speed-up?
|
||||
|
||||
(define mes-boot0
|
||||
|
|
Loading…
Reference in a new issue