From b1f1bc37992b777ba16b3883cd1aa59413bd54d8 Mon Sep 17 00:00:00 2001 From: Miro Stauder Date: Mon, 28 Aug 2023 11:05:24 +0200 Subject: [PATCH] Update Makefile --- test/tap/tap/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/tap/tap/Makefile b/test/tap/tap/Makefile index 7d0c9a350..4b9923f89 100644 --- a/test/tap/tap/Makefile +++ b/test/tap/tap/Makefile @@ -60,7 +60,8 @@ libcrypto.so.3: $(DEPS_PATH)/libssl/openssl/libcrypto.so.3 cp -a $(DEPS_PATH)/libssl/openssl/libcrypto.so* . libcpp_dotenv.so: cpp-dotenv/dynamic/cpp-dotenv/libcpp_dotenv.so - cp -a $< . +# cp -a $< . + find cpp-dotenv/dynamic/cpp-dotenv/ -name '*.so' -exec cp -a {} . \; libcurl.so: $(DEPS_PATH)/curl/curl/lib/.libs/libcurl.so cp -a $(DEPS_PATH)/curl/curl/lib/.libs/libcurl.so* .