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
In src/foundation/system_info.c, Linux support is really Linux specific (sysinfo), so it doesn't compile on NetBSD. NetBSD should use sysctl (with HW_PHYSMEM64).
In
src/foundation/system_info.c, Linux support is really Linux specific (sysinfo), so it doesn't compile on NetBSD. NetBSD should usesysctl(withHW_PHYSMEM64).