summaryrefslogtreecommitdiff
path: root/c/wasi-http/0.2.0/echo-request
diff options
context:
space:
mode:
authorAndrew Clayton <a.clayton@nginx.com>2024-09-06 21:08:25 +0100
committerAndrew Clayton <a.clayton@nginx.com>2024-09-06 21:21:08 +0100
commiteffba2339986e1c46163f8c8ae1311e94367bbee (patch)
tree26735c5bf06be2b4cff31c056ffe8ef476bad64e /c/wasi-http/0.2.0/echo-request
parentd526db9148ed04b2dfdfd74a6de25d8b7d7e7d90 (diff)
downloadproject_blackbird-effba2339986e1c46163f8c8ae1311e94367bbee.tar.gz
project_blackbird-effba2339986e1c46163f8c8ae1311e94367bbee.tar.bz2
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 <a.clayton@nginx.com>
Diffstat (limited to 'c/wasi-http/0.2.0/echo-request')
-rw-r--r--c/wasi-http/0.2.0/echo-request/Makefile2
1 files changed, 2 insertions, 0 deletions
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