Build both `sbasic`, `sbasicg` and `sbasicw` in the same build?
iahung2 opened this issue · 2 comments
iahung2 commented
I found it will only build one of them each build. For example, I passed --enable-sdl --enable-web
(./configure --help
doesn't list --enable-console
so I think the console version will always be built), I found only the SDL version is built.
p/s: I'm using MSYS2.
Deleted user commented
chrisws commented
Sorry it's not possible to build everything all at once. You could work around this with a script.
Yes console build is the default build target.