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

View file

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