cps-org / cps-config

A drop in replacement for pkg-config/pkgconf using cps files
MIT License
15 stars 7 forks source link

errors-to-stdout #59

Closed tylerjw closed 2 months ago

tylerjw commented 2 months ago

I am not sure of this implementation or if it meets your expectations. Here is the man page entry from pkg-config I am attempting to meet:

       --errors-to-stdout
              If printing errors, print them to stdout rather than the default stderr

Note that before you ask if we can just store stdout or stderr in a variable of the Config struct, that is a macro.

tylerjw commented 2 months ago

Rebased and dropped the base commit.