Make SDL2 & services_only bootstrap properly error with missing --private#1503
Make SDL2 & services_only bootstrap properly error with missing --private#1503AndreMiras merged 1 commit intomasterfrom unknown repository
Conversation
|
Thanks for the PR again 😄 |
|
No it's really just these two, I'm pretty sure. I didn't test them all, but scanned over the entire build/packaging code to see if it gracefully handles args.private being I think the historical reason is that |
The SDL2 & services_only bootstraps don't support building without
--private, but the package assemblingbuild.pywill give an obscure backtrace if the option is omitted. This pull request adds in a proper error.