Fix EDS defaults by platform
All checks were successful
eden-license / license-header (pull_request) Successful in 20s
All checks were successful
eden-license / license-header (pull_request) Successful in 20s
This commit is contained in:
parent
e59065b542
commit
5b80ff7445
1 changed files with 4 additions and 4 deletions
|
@ -538,12 +538,12 @@ struct Values {
|
|||
SwitchableSetting<u8, true> dyna_state{linkage,
|
||||
#if defined (_WIN32)
|
||||
3,
|
||||
#elif defined(__FreeBSD__)
|
||||
#elif defined (__FreeBSD__)
|
||||
3,
|
||||
#elif defined(__unix__)
|
||||
2,
|
||||
#else
|
||||
#elif defined (ANDROID)
|
||||
0,
|
||||
#else
|
||||
2,
|
||||
#endif
|
||||
0,
|
||||
3,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue