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:
Lukas Böger 2021-05-27 21:39:43 +01:00
parent f6e67edf01
commit 7c46c618d0

View file

@ -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)