From 3866046f497068d518fcb48ae9ba94c0bc7a0a72 Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Thu, 28 Mar 2013 11:13:58 +0000 Subject: Fix typo preventing OSX native compiles --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 40629b08..befd65ae 100644 --- a/Makefile +++ b/Makefile @@ -849,7 +849,7 @@ ifndef CC endif ifndef RANLIB - RANLIB=gcc + RANLIB=ranlib endif ifneq ($(HAVE_VM_COMPILED),true) -- cgit