From 1a0030e086b9595c2221a9c4181d5916ff6623af Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Fri, 14 Oct 2016 16:07:17 +0100 Subject: [PATCH] Restrict readelf usage to Linux only #602 --- binding.gyp | 10 ++++++---- docs/changelog.md | 6 ++++++ 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/binding.gyp b/binding.gyp index d837ce78..72f77f5f 100644 --- a/binding.gyp +++ b/binding.gyp @@ -103,11 +103,13 @@ 'libraries': ['th October 2016 * C++11 ABI version is now auto-detected, remove sharp-cxx11 installation flag.