mirror of
https://github.com/google/googletest.git
synced 2025-01-21 06:59:36 +08:00
Fixes scripts/test/Makefile failing with link error.
This commit is contained in:
parent
b6c141fe2a
commit
e349025485
@ -21,7 +21,9 @@ SAMPLE_DIR = ../../samples
|
|||||||
GTEST_MAIN_CC = ../../src/gtest_main.cc
|
GTEST_MAIN_CC = ../../src/gtest_main.cc
|
||||||
|
|
||||||
# Flags passed to the preprocessor.
|
# Flags passed to the preprocessor.
|
||||||
CPPFLAGS += -I$(FUSED_GTEST_DIR)
|
# We have no idea here whether pthreads is available in the system, so
|
||||||
|
# disable its use.
|
||||||
|
CPPFLAGS += -I$(FUSED_GTEST_DIR) -DGTEST_HAS_PTHREAD=0
|
||||||
|
|
||||||
# Flags passed to the C++ compiler.
|
# Flags passed to the C++ compiler.
|
||||||
CXXFLAGS += -g
|
CXXFLAGS += -g
|
||||||
|
Loading…
x
Reference in New Issue
Block a user