mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-18 09:09:12 +00:00
Try to unbreak makefile build by excluding gtest-all.cc source
llvm-svn: 169564
This commit is contained in:
parent
dd419ee85c
commit
8388a78977
@ -36,4 +36,6 @@ endif
|
||||
|
||||
NO_INSTALL = 1
|
||||
|
||||
Source = $(filter-out gtest-all.cc,$(wildcard *.cc))
|
||||
|
||||
include $(LEVEL)/Makefile.common
|
||||
|
Loading…
Reference in New Issue
Block a user