tsoding / olive.c

Simple 2D Graphics Library for C
https://tsoding.github.io/olive.c/
MIT License
1.86k stars 105 forks source link

Make `build.sh` fail if one of the jobs fails #8

Closed AdamantGarth closed 1 year ago

AdamantGarth commented 2 years ago

A small hack to implement a TODO from build.sh. AFAIK, the only other way to do it is to use temporary files, but that wouldn't be any prettier. It relies on build_vc_demo() not outputting anything useful to stdout (as stdout gets captured), but it works :)

AdamantGarth commented 1 year ago

There's no build.sh anymore, so no reason to keep this open.