mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2025-01-18 23:21:39 +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
|
endif
|
||||||
|
|
||||||
ifndef RANLIB
|
ifndef RANLIB
|
||||||
RANLIB=gcc
|
RANLIB=ranlib
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq ($(HAVE_VM_COMPILED),true)
|
ifneq ($(HAVE_VM_COMPILED),true)
|
||||||
|
|
Loading…
Reference in a new issue