From b111982a0fe543bf3036fbb3be5af58abd8e8ee1 Mon Sep 17 00:00:00 2001 From: Philippe Pittoli Date: Wed, 18 Jan 2023 23:56:23 +0100 Subject: [PATCH] Makefile: start app with right IPC_NETWORK envvar. --- zig-impl/makefile.user | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zig-impl/makefile.user b/zig-impl/makefile.user index eeda8d6..7e5f544 100644 --- a/zig-impl/makefile.user +++ b/zig-impl/makefile.user @@ -59,7 +59,7 @@ buildrun-tcpd-alternative: tcpd IPC_SERVICE_NAME=tcpdup ADDRESS=$(TCP_SERVICE_ALT) $(VALGRIND) ./tcpd SERVICE_NAME ?= p -IPC_NETWORK ?= p pong +IPC_NETWORK ?= p unix://pong buildrun-pong: pong @#Force pong to contact IPCd. @#SERVICE is the service to contact and IPC_NETWORK is the IPCd