Restrict readelf usage to Linux only #602

This commit is contained in:
Lovell Fuller
2016-10-14 16:07:17 +01:00
parent 114ce370ed
commit 1a0030e086
2 changed files with 12 additions and 4 deletions

View File

@@ -4,6 +4,12 @@
Requires libvips v8.3.3
#### v0.16.2 - TBD
* Restrict readelf usage to Linux only when detecting global libvips version.
[#602](https://github.com/lovell/sharp/issues/602)
[@caoko](https://github.com/caoko)
#### v0.16.1 - 13<sup>th</sup> October 2016
* C++11 ABI version is now auto-detected, remove sharp-cxx11 installation flag.