From 247134b1783be7fa8e891d0ccc68293f2984f8e6 Mon Sep 17 00:00:00 2001 From: Philippe Pittoli Date: Fri, 3 Feb 2023 10:24:05 +0100 Subject: [PATCH] Crystal bindings: makefile: allow to pass parameters to authd. --- zig-impl/crystal/some-crystal-app/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zig-impl/crystal/some-crystal-app/makefile b/zig-impl/crystal/some-crystal-app/makefile index 455e27c..b52891d 100644 --- a/zig-impl/crystal/some-crystal-app/makefile +++ b/zig-impl/crystal/some-crystal-app/makefile @@ -27,7 +27,7 @@ build-authd: run-authd: @-rm /tmp/libipc-run/auth 2>/dev/null || true # LD_LIBRARY_PATH=$(LDPATH) ./bin/authd -R -E - LD_LIBRARY_PATH=$(LDPATH) ./bin/authd --allow-registrations --require-email + LD_LIBRARY_PATH=$(LDPATH) ./bin/authd --allow-registrations --require-email $(PARAMS) build-authc: CRYSTAL_LIBRARY_PATH=$(LDPATH) shards build authc