mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
Makefile.common: comment out usage of llvm versions of ar and ranlib with clang.
These are for LLVM bitcode, I think. In any case, they're giving me errors. git-svn-id: https://svn.eduke32.com/eduke32@2544 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
f0885f665b
commit
4d3e668352
1 changed files with 2 additions and 2 deletions
|
@ -81,8 +81,8 @@ STRIP=strip
|
|||
ifneq (0,$(CLANG))
|
||||
CC=clang
|
||||
CXX=clang++
|
||||
AR=llvm-ar
|
||||
RANLIB=llvm-ranlib
|
||||
# AR=llvm-ar
|
||||
# RANLIB=llvm-ranlib
|
||||
endif
|
||||
|
||||
# compiler flags etc.
|
||||
|
|
Loading…
Reference in a new issue