magiblot / tvision

A modern port of Turbo Vision 2.0, the classical framework for text-based user interfaces. Now cross-platform and with Unicode support.
Other
1.99k stars 150 forks source link

CMake: avoid inclusion of compat/malloc on Android #111

Closed leha-bot closed 10 months ago

leha-bot commented 10 months ago

Android NDK has its own malloc.h. This commit fixes build on Android NDK and Termux. See the similar upstream issue https://github.com/android/ndk/issues/738 for details.