Fix typo preventing OSX native compiles

This commit is contained in:
Tim Angus 2013-03-28 11:13:58 +00:00
parent 0183f3978a
commit efaa87de10
1 changed files with 1 additions and 1 deletions

View File

@ -861,7 +861,7 @@ ifndef CC
endif
ifndef RANLIB
RANLIB=gcc
RANLIB=ranlib
endif
ifneq ($(HAVE_VM_COMPILED),true)