Checklist
flatpak-builder version
1.2.3
Flatpak version
1.14.4
How to reproduce
- Set
export CLICOLOR_FORCE=1 (that option natively supported by 'ninja' allows the compiler to display colorful warnings)
- Try to build some app or module that uses ninja as build system with flatpak-builder (e.g.: GIMP)
- Observes lack of colors
Expected Behavior
Colorful output (which is the result if the same ninja command is run directly on Debian or MSYS2 shells)
Actual Behavior
flatpak-builder is draining the color from the software that supports it
Additional Information
No response