mirror of https://github.com/cutefishos/appmotor
Fix Musl incompabilities
Without including libgen.h, basename is not available on Musl. sourceArgv[0] is a const char* which can not be converted to char*, so cast it instead RTLD_DEEPBIND is not available on Musl, only on glibc (since 2.3.4) ARG_MAX is already defined so it has to be renamed Even according to glibc itself, <bits/socket.h> should never be included directly and <sys/socket.h> should, which is already done anywaypull/1/head
parent
7e93b143a1
commit
6d31938929
Loading…
Reference in New Issue