From efaa87de10d3156b7c49f88dc51b337f11a1737f Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Thu, 28 Mar 2013 11:13:58 +0000 Subject: [PATCH] Fix typo preventing OSX native compiles --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e516b9a3..458eaa42 100644 --- a/Makefile +++ b/Makefile @@ -861,7 +861,7 @@ ifndef CC endif ifndef RANLIB - RANLIB=gcc + RANLIB=ranlib endif ifneq ($(HAVE_VM_COMPILED),true)