Fix defaul_libdir() on FreeBSD. The current behaviour of using usr/lib64 if that exists is wrong on FreeBSD. The default should be to always use usr/lib, even if usr/lib64 exists as a folder in the file system. Fix this by checking if we're running on FreeBSD and then always return 'lib' in default_libdir().pull/4961/head
parent
b4ef257593
commit
87d64b4632
1 changed files with 2 additions and 0 deletions
Loading…
Reference in new issue