mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-11-10 14:41:42 +00:00
Fix typo preventing OSX native compiles
This commit is contained in:
parent
0183f3978a
commit
efaa87de10
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -861,7 +861,7 @@ ifndef CC
|
|||
endif
|
||||
|
||||
ifndef RANLIB
|
||||
RANLIB=gcc
|
||||
RANLIB=ranlib
|
||||
endif
|
||||
|
||||
ifneq ($(HAVE_VM_COMPILED),true)
|
||||
|
|
Loading…
Reference in a new issue