Default libdir is "lib" when cross compiling. Closes #2535.
parent
ab3aeeffe9
commit
da5da5977a
3 changed files with 28 additions and 0 deletions
@ -0,0 +1,7 @@ |
||||
## Libdir defaults to `lib` when cross compiling |
||||
|
||||
Previously `libdir` defaulted to the value of the build machine such |
||||
as `lib/x86_64-linux-gnu`, which is almost always incorrect when cross |
||||
compiling. It now defaults to plain `lib` when cross compiling. Native |
||||
builds remain unchanged and will point to the current system's library |
||||
dir. |
Loading…
Reference in new issue