Fix EDS defaults by platform
All checks were successful
eden-license / license-header (pull_request) Successful in 20s

This commit is contained in:
MaranBr 2025-08-23 19:58:29 -04:00
parent e59065b542
commit 5b80ff7445

View file

@ -540,10 +540,10 @@ struct Values {
3, 3,
#elif defined (__FreeBSD__) #elif defined (__FreeBSD__)
3, 3,
#elif defined(__unix__) #elif defined (ANDROID)
2,
#else
0, 0,
#else
2,
#endif #endif
0, 0,
3, 3,