-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Closed
Labels
Description
Describe the bug
PlayStation platform does not have isatty(), but current Catch2 try to use it. This triggers a compilation error.
Expected behavior
Successfully compile
Reproduction steps
Build with PlayStation SDK.
Platform information:
- Compiler+version: Clang-20 variant
- Catch version:
develbranch
Additional context
The __FreeBSD__ is pre-defined by a supplied Clang. This enables the isatty() usage.
Reactions are currently unavailable