From 3541fe83300603a9e4518bf056eb44b76f5bb575 Mon Sep 17 00:00:00 2001 From: yhirose Date: Tue, 9 Jul 2019 22:31:55 -0400 Subject: [PATCH] Use -pthread --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile b/test/Makefile index f8a59d6..2360c6a 100644 --- a/test/Makefile +++ b/test/Makefile @@ -8,7 +8,7 @@ all : test ./test test : test.cc ../httplib.h Makefile cert.pem - $(CXX) -o test $(CXXFLAGS) test.cc gtest/gtest-all.cc gtest/gtest_main.cc $(OPENSSL_SUPPORT) $(ZLIB_SUPPORT) -lpthread + $(CXX) -o test $(CXXFLAGS) test.cc gtest/gtest-all.cc gtest/gtest_main.cc $(OPENSSL_SUPPORT) $(ZLIB_SUPPORT) -pthread cert.pem: openssl genrsa 2048 > key.pem