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
default_libdir() looks at the host paths to determine the default value of libdir:
if /etc/debian_version exists
if /usr/lib/lib64 exists
For native builds this is acceptable, but in cross builds these paths have no relevance. I believe these checks should be done only if the build isn't being cross-compiled.
The text was updated successfully, but these errors were encountered:
default_libdir() looks at the host paths to determine the default value of libdir:
For native builds this is acceptable, but in cross builds these paths have no relevance. I believe these checks should be done only if the build isn't being cross-compiled.
The text was updated successfully, but these errors were encountered: