You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
meson: error out if no writable CNID backend selected for compilation, GitHub #2449
Since the last backend is read-only, we want to error out rather than
automatically selecting it as the default CNID backend in the absence
of any other backend
You can still force the last backend as default with -Dwith-cnid-default-backend
if you absolutely want to (but I cannot see when this would be useful)
This effectively introduces a hard build dependency on at least one of
the three database libraries: bdb, mysql, or sqlite
0 commit comments