mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-24 23:28:41 +00:00
build/unittests: Fix llvm-config names for gtest libraries, and bring Makefile
library names in line with those used by CMake. - Patch by Johannes Obermayr, with tweaks by me. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146706 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -11,7 +11,7 @@ LEVEL := ../../..
|
||||
|
||||
include $(LEVEL)/Makefile.config
|
||||
|
||||
LIBRARYNAME = GoogleTest
|
||||
LIBRARYNAME = gtest
|
||||
BUILD_ARCHIVE = 1
|
||||
REQUIRES_RTTI = 1
|
||||
|
||||
|
Reference in New Issue
Block a user