mirror of https://github.com/cutefishos/appmotor
Make sure we use the POSIX basename rather than GNU's
When we include libgen.h, POSIX's basename will be used rather than GNU's. Since we don't use the special functionalities of GNU's variant anyway, this helps to compile it on POSIX-compliant libc's like Musl. https://www.man7.org/linux/man-pages/man3/basename.3.htmlpull/1/head
parent
3f37dedbbc
commit
ce1637e317
Loading…
Reference in New Issue