mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-18 03:00:58 +08:00
Merge pull request #1572 from bettse/fix_termux
remove system define that messes up termux
This commit is contained in:
commit
145f0853c4
1 changed files with 0 additions and 2 deletions
|
@ -13,8 +13,6 @@
|
|||
#if TARGET_OS_IOS || TARGET_OS_WATCH || TARGET_OS_TV
|
||||
#define system(s) ((s)==NULL ? 0 : -1)
|
||||
#endif // end iOS
|
||||
#elif defined(__ANDROID__)
|
||||
#define system(s) ((s)==NULL ? 0 : -1)
|
||||
#endif
|
||||
|
||||
#include <limits.h>
|
||||
|
|
Loading…
Reference in a new issue