Termux – Issue with Linking `libc++_shared.so` on with Premake5
I’m trying to build a project using Premake5 on an Android environment, and I’m encountering a linker error related to libc++_shared.so
. Below are the details of the problem and what I’ve tried so far.