bootstrap.image: disable auto-use. Fixes #263.
parent
37deaec528
commit
ed72c670b9
|
@ -581,6 +581,7 @@ PRIVATE>
|
|||
: make-image ( arch -- )
|
||||
[
|
||||
parser-quiet? off
|
||||
auto-use? off
|
||||
architecture set
|
||||
"resource:/core/bootstrap/stage1.factor" run-file
|
||||
build-image
|
||||
|
|
Loading…
Reference in New Issue