Merge pull request #1572 from bettse/fix_termux

remove system define that messes up termux
This commit is contained in:
Iceman 2022-01-30 21:11:18 +01:00 committed by GitHub
commit 145f0853c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>