diff options
| author | Sasi Kumar Maddineni <quic_sasikuma@quicinc.com> | 2025-10-29 12:22:58 +0530 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-10-29 21:02:20 -0700 |
| commit | 838dbfc496a2940b060c19f7bfc8e080f7b68e40 (patch) | |
| tree | 4cb889f466cd7c1a230d57be0ff809fb4d79bc30 /meta-python/recipes-devtools/python/python3-kivy | |
| parent | 517f03237b89a0496304de1d83adbd862cc52e2f (diff) | |
| download | meta-openembedded-838dbfc496a2940b060c19f7bfc8e080f7b68e40.tar.gz | |
android-tools: scope 'write' macro to prevent conflict with std::basic_ostream::write
The build fails with a compiler error due to a macro redefinition of 'write'
to '___xxx_write'. This macro substitution interferes with the standard C++
library's definition of std::basic_ostream::write, leading to a mismatch
between function declarations and definitions in <ostream.tcc>.
Wrap the `#undef write` and `#define write ___xxx_write` directives with
`#if defined(__ANDROID__)` to ensure they are only applied when building
for
Android.
Signed-off-by: Sasi Kumar Maddineni <quic_sasikuma@quicinc.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-kivy')
0 files changed, 0 insertions, 0 deletions
