mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 13:49:17 +02:00
don't build bootstrap exec by default
This doesn't necessarily have an effect though, as we need the bootstrapping executable anyhow for building other targets.
This commit is contained in:
parent
f6e67edf01
commit
7c46c618d0
1 changed files with 1 additions and 0 deletions
|
@ -95,6 +95,7 @@ include_directories(
|
||||||
#
|
#
|
||||||
|
|
||||||
add_executable(chibi-scheme-bootstrap
|
add_executable(chibi-scheme-bootstrap
|
||||||
|
EXCLUDE_FROM_ALL
|
||||||
${chibi-scheme-srcs}
|
${chibi-scheme-srcs}
|
||||||
main.c)
|
main.c)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue