From 1fcf77ecc70b4fdf14e561157c069008edb61d5b Mon Sep 17 00:00:00 2001 From: Phillip Johnsen Date: Wed, 11 May 2016 20:42:03 +0200 Subject: [PATCH] Update Makefile --- deps/http_parser/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/deps/http_parser/Makefile b/deps/http_parser/Makefile index 970bdc42635ae1..2129888e2bbf91 100644 --- a/deps/http_parser/Makefile +++ b/deps/http_parser/Makefile @@ -18,6 +18,7 @@ # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS # IN THE SOFTWARE. + PLATFORM ?= $(shell sh -c 'uname -s | tr "[A-Z]" "[a-z]"') HELPER ?= BINEXT ?=