Fix macro syntax error in config.h

This commit is contained in:
Vincent Andrae
2024-12-17 17:55:29 +01:00
committed by GitHub
parent 85e14cf8d1
commit 9b433e2d8c

View File

@ -56,12 +56,12 @@
#include <TargetConditionals.h>
#if TARGET_OS_IOS
#undef DEFAULT_PERMISSION
#define 0666
#define DEFAULT_PERMISSION 0666
#endif
#endif
#ifdef __ANDROID__
#undef DEFAULT_PERMISSION
#define 0666
#define DEFAULT_PERMISSION 0666
#endif
/* SkipDet's global configuration */