From effba2339986e1c46163f8c8ae1311e94367bbee Mon Sep 17 00:00:00 2001 From: Andrew Clayton Date: Fri, 6 Sep 2024 21:08:25 +0100 Subject: w-h/0.2.0/shared.mk: Use the right adaptor Now that the wasi-http 0.2.0 components are using a shared Makefile, make the echo-request component use the proxy adaptor while the rest use the reactor adaptor. Signed-off-by: Andrew Clayton --- c/wasi-http/0.2.0/echo-request/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'c/wasi-http/0.2.0/echo-request/Makefile') diff --git a/c/wasi-http/0.2.0/echo-request/Makefile b/c/wasi-http/0.2.0/echo-request/Makefile index 110d078..5d24619 100644 --- a/c/wasi-http/0.2.0/echo-request/Makefile +++ b/c/wasi-http/0.2.0/echo-request/Makefile @@ -1 +1,3 @@ +ADAPTOR_TYPE = proxy + include ../shared.mk -- cgit