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