mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-02 10:33:53 +00:00
Try to unbreak makefile build by excluding gtest-all.cc source
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169564 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c4e8ddff0c
commit
e40aecf037
@ -36,4 +36,6 @@ endif
|
||||
|
||||
NO_INSTALL = 1
|
||||
|
||||
Source = $(filter-out gtest-all.cc,$(wildcard *.cc))
|
||||
|
||||
include $(LEVEL)/Makefile.common
|
||||
|
Loading…
x
Reference in New Issue
Block a user