mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07:00
Fix compiling on iOS
iOS can, in fact, use the system() stdlib call Signed-off-by: Sam <48739810+The-SamminAter@users.noreply.github.com>
This commit is contained in:
parent
e43f6804a1
commit
889a02557b
1 changed files with 0 additions and 3 deletions
|
@ -10,9 +10,6 @@
|
||||||
|
|
||||||
#if defined(__APPLE__)
|
#if defined(__APPLE__)
|
||||||
#include "TargetConditionals.h"
|
#include "TargetConditionals.h"
|
||||||
#if TARGET_OS_IOS || TARGET_OS_WATCH || TARGET_OS_TV
|
|
||||||
#define system(s) ((s)==NULL ? 0 : -1)
|
|
||||||
#endif // end iOS
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue