IOS build fix.

system call is disabled on this platform.
This commit is contained in:
David Carlier
2019-12-06 18:43:15 +00:00
parent 8bc0b646f0
commit ef43a4f82e
3 changed files with 12 additions and 2 deletions

View File

@ -96,6 +96,10 @@
#endif
#endif /* __linux__ */
#ifdef __APPLE__
#include <TargetConditionals.h>
#endif
#ifndef SIMPLE_FILES
#define CASE_PREFIX "id:"
#else